Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Update node versions in travis and appveyor 📈
Browse files Browse the repository at this point in the history
  • Loading branch information
pirelenito committed Jul 14, 2017
1 parent 19f78a1 commit 2b8f478
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 6.10.3
- 8.0.0
- 6.11.1
- 8.1.4
sudo: false
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash # until yarn is
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ version: "{build}"

environment:
matrix:
- nodejs_version: "8.0.0"
- nodejs_version: "8.1.4"
platform: x64
TEST_TYPE: lint_and_test_unit

- nodejs_version: "8.0.0"
- nodejs_version: "8.1.4"
platform: x64
TEST_TYPE: integration_test

- nodejs_version: "8.0.0"
- nodejs_version: "8.1.4"
platform: x64
TEST_TYPE: test_create_project_npm

Expand Down

0 comments on commit 2b8f478

Please sign in to comment.