Skip to content

Commit c5f6617

Browse files
committedMar 3, 2019
update travis.yml
1 parent 401cde2 commit c5f6617

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
 

‎.travis.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
os:
22
- linux
33
- osx
4+
- windows
45
language: node_js
56
node_js:
67
- '6'
@@ -14,15 +15,15 @@ before_script:
1415
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm@5; fi'
1516
- npm -v
1617
script:
17-
- npm run test:unit
18-
- export DEBUG=testing:*
19-
- npm run test:integration
20-
- npm run test:package
18+
- 'npm run test:unit'
19+
- 'export DEBUG=testing:*'
20+
- 'npm run test:integration'
21+
- 'npm run test:package'
2122
env:
22-
- CXX=g++-4.8
23+
- CXX=g++-4.9
2324
addons:
2425
apt:
2526
sources:
2627
- ubuntu-toolchain-r-test
2728
packages:
28-
- g++-4.8
29+
- g++-4.9

0 commit comments

Comments
 (0)
Please sign in to comment.