Skip to content
This repository was archived by the owner on Feb 13, 2021. It is now read-only.

Commit ce42250

Browse files
committed
run build and test together
1 parent 5a5c1de commit ce42250

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ sudo: false
77

88
before_script:
99
- npm install -g gulp-cli
10-
script: npm run build
11-
after_script:
12-
- npm run test
10+
script: npm run build && npm run test
1311

1412
deploy:
1513
provider: npm

0 commit comments

Comments
 (0)