We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c688f04 commit f0e067aCopy full SHA for f0e067a
.travis.yml
@@ -22,7 +22,7 @@ addons:
22
- g++-4.8
23
- gcc-4.8
24
25
-before_script:
+before_install:
26
# reinstall latest nvm
27
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh
28
- nvm install $TRAVIS_NODE_VERSION
@@ -36,6 +36,7 @@ before_script:
36
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
37
- $CXX --version
38
39
+before_script:
40
# Start xvfb
41
- export DISPLAY=:99.0
42
- sh -e /etc/init.d/xvfb start
0 commit comments