Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Updating Node.js version for Travis CI and removing codecov (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman authored Jun 1, 2017
1 parent f401902 commit d2404ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- '6.9'
- '6.10'
- '7'
- '8'
cache:
yarn: true
directories:
Expand All @@ -15,6 +16,7 @@ cache:
- packages/neutrino-middleware-env/node_modules
- packages/neutrino-middleware-eslint/node_modules
- packages/neutrino-middleware-font-loader/node_modules
- packages/neutrino-middleware-hashed-module-ids/node_modules
- packages/neutrino-middleware-hot/node_modules
- packages/neutrino-middleware-html-loader/node_modules
- packages/neutrino-middleware-html-template/node_modules
Expand All @@ -36,4 +38,3 @@ before_script:
script:
- yarn lint
- yarn test
- codecov

0 comments on commit d2404ee

Please sign in to comment.