Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
- manually instaling yarn should no loonger beneeded
-  commented xvfb related stuff as test is diabled
  • Loading branch information
retog committed Aug 13, 2019
1 parent 4e6e210 commit b2522b9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "8.9.3"
- "10.16.1"
env:
- CXX=g++-5
addons:
Expand All @@ -12,17 +12,15 @@ addons:
- g++-5
firefox: "latest"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
- export PATH=$HOME/.yarn/bin:$PATH
- yarn global add node-gyp
cache:
yarn: true
branches:
except:
- gh-pages
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
# - "export DISPLAY=:99.0"
# - "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
script:
# - yarn test
Expand Down

0 comments on commit b2522b9

Please sign in to comment.