File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/reinterval

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

.travis.yml255 B · 20 lines
sudo: falselanguage: node_jsnode_js:  - "0.10"  - "0.12"  - "iojs-v1"  - "iojs-v2"  - "iojs-v3"  - "4.0"  - "4.1" script:- npm run test notifications:  webhooks:    on_success: change    on_failure: always    on_start: never  email: false