Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/react-numeric-input/.travis.yml

language: node_js
node_js:
  - "node" # Specifying node will run using the latest stable Node.js release
  - 6.11.1 # LTS
before_install:
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"
Back to Directory File Manager