There was an error while loading. Please reload this page.
1 parent ba9315a commit a709bf2Copy full SHA for a709bf2
1 file changed
.travis.yml
@@ -21,9 +21,9 @@ before_script:
21
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; fi
22
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
23
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sleep 3; fi
24
- - npm install
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm install; fi
25
script:
26
- - npm test
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm test; fi
27
28
before_deploy:
29
- |
0 commit comments