mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 20:00:05 +01:00
Updated TravisCI requirements for tape-run
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user