Skip to content

Commit

Permalink
Improve travis build time and node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
julienben authored and Gretzky committed Jun 21, 2018
1 parent 47e8570 commit 8a48a60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: node_js

node_js:
- 7
- 9
- 8
- 6
- 5

script:
- node ./internals/scripts/generate-templates-for-linting
- npm run test
- npm test -- --maxWorkers=4
- npm run build

before_install:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ environment:

matrix:
# Node versions to run
- nodejs_version: 7
- nodejs_version: 9
- nodejs_version: 8
- nodejs_version: 6
- nodejs_version: 5

# Fix line endings in Windows. (runs before repo cloning)
init:
Expand Down

0 comments on commit 8a48a60

Please sign in to comment.