Skip to content

Commit 316ce1e

Browse files
committed
ci: move coveralls to within test block
1 parent 45953ac commit 316ce1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ before_script:
2323
script:
2424
- npm run build
2525
- npm test
26+
- npm run node-coveralls
2627

2728
branches:
2829
except:
@@ -34,5 +35,4 @@ jobs:
3435
script:
3536
- npm run build
3637
- bash ./.travis/gh-pages.sh
37-
- npm run node-coveralls
3838
node_js: 10

0 commit comments

Comments
 (0)