We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb2604 commit b606abbCopy full SHA for b606abb
.travis.yml
@@ -10,10 +10,9 @@ addons:
10
- gcc-4.9
11
- g++-4.9
12
script:
13
- - grunt && npm test && cat ./coverage/lcov.info | ./node_modules/.bin/codecov
+ - npm run build && npm test && cat ./coverage/lcov.info | ./node_modules/.bin/codecov
14
before_install:
15
- export CC="gcc-4.9" CXX="g++-4.9"
16
- - npm install -g grunt-cli
17
install:
18
- npm install
19
after_success:
@@ -42,4 +41,3 @@ notifications:
42
41
on_success: never
43
on_failure: always
44
on_start: never
45
-
0 commit comments