Skip to content

Commit fac4e2b

Browse files
committed
Gruntfile + CI: build system updates
1 parent b9fe026 commit fac4e2b

File tree

5 files changed

+8421
-220
lines changed

5 files changed

+8421
-220
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ language: node_js
55
node_js:
66
- 6
77
- 8
8+
- 10
89
sudo: false
910
compiler: clang
1011
notifications:
@@ -21,7 +22,8 @@ before_install:
2122
- npm install -g npm@3
2223
- npm install -g grunt-cli
2324

24-
install: npm install
25+
install:
26+
- npm install
2527

2628
before_script:
2729
- grunt test-examples
@@ -31,4 +33,4 @@ script:
3133
- npm run test-cover
3234

3335
after_success:
34-
- npm run coveralls
36+
- npm run coveralls

0 commit comments

Comments
 (0)