Skip to content

Commit

Permalink
ci: remove node@4, add node@8
Browse files Browse the repository at this point in the history
  • Loading branch information
smcatala committed Aug 17, 2018
1 parent 717b562 commit b5ec30a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ dist: trusty
sudo: required
language: node_js
node_js:
- "6.9"
- "4.6"
- "6.14"
- "8.11"
addons:
firefox: "latest"
before_install:
- if [[ `npm -v` != 4* ]]; then npm i -g npm@4; fi
- if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
- sudo apt-get update
Expand Down

0 comments on commit b5ec30a

Please sign in to comment.