File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/stream-browserify

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.yml546 B · 25 lines
os: linuxdist: bioniclanguage: node_jsjobs:  include:    - name: Run browser tests with airtap      node_js: stable      script: npm run test:browsers      addons:        sauce_connect: true        hosts:          - airtap.local    - name: Test on stable Node.js      node_js: stable    - name: Test on Node.js 12.x      node_js: 12    - name: Test on Node.js 10.x      node_js: 10    - name: Test on Node.js 8.x      node_js: 8    - name: Test on Node.js 6.x      node_js: 6    - name: Test on Node.js 4.x      node_js: 4