Skip to content

Commit

Permalink
chore(ci): remove node 11 from CI
Browse files Browse the repository at this point in the history
Commitlint doesn't work on it, and we can't upgrade commitlint since we support Node 4
  • Loading branch information
SimenB committed Oct 24, 2018
1 parent 9137c21 commit 9fb09de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ node_js:
- 8
- 6
- 4
- node
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
- export PATH="$HOME/.yarn/bin:$PATH"
Expand Down

0 comments on commit 9fb09de

Please sign in to comment.