File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ addons:
10
10
packages :
11
11
- gcc-4.8
12
12
- g++-4.8
13
+ sauce_connect :
14
+ # Update SAUCE_USERNAME / SAUCE_ACCESS_KEY in travis if necessary
15
+ # https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings
16
+ sauce_connect : true
13
17
14
18
cache :
15
19
directories :
@@ -25,7 +29,10 @@ install:
25
29
- npm install && npm run lint
26
30
27
31
script :
28
- - npm test && node ./node_modules/markdown-doctest/bin/cmd.js && npm run cover && npm run check_circular_dependencies
32
+ - npm test && node ./node_modules/markdown-doctest/bin/cmd.js
33
+ - npm run check_circular_dependencies
34
+ - npm run cover
35
+ - cat ./coverage/coverage-remapped.lcov | ./node_modules/coveralls/bin/coveralls.js
29
36
30
- after_script :
31
- - cat ./coverage/coverage-remapped.lcov | ./node_modules/coveralls/bin/coveralls.js
37
+ after_success :
38
+ - npm run test_karma
You can’t perform that action at this time.
0 commit comments