Updated TravisCI requirements for tape-run

This commit is contained in:
Chinmay Pandhare
2017-07-11 18:49:29 +05:30
parent 4c306d9e03
commit e3d0fc938f

View File

@@ -3,12 +3,11 @@ node_js:
- '4' - '4'
- '5' - '5'
- '6' - '6'
- '7' - '7' # Node.js 7 is most stable version
- '8'
env: env:
- CXX=g++-4.8 - CXX=g++-4.8
before_script: before_script:
- npm install grunt-cli -g - npm install grunt-cli -g # for "grunt build"
script: script:
- npm test - npm test
- grunt build - grunt build
@@ -18,3 +17,8 @@ addons:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- g++-4.8 - g++-4.8
- xvfb # for tape-run
install:
- export DISPLAY=':99.0' # for tape-run
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & # for tape-run
- npm install # for tape-run