Skip to content

Commit

Permalink
Fix: Remove node version 8 support from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Oct 11, 2019
1 parent 4eac64f commit f64cfb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ notifications:
node_js:
- '12'
- '10'
- '8'
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4
- export PATH="$HOME/.yarn/bin:$PATH"
Expand Down

0 comments on commit f64cfb7

Please sign in to comment.