Skip to content

Commit 961cd2f

Browse files
Separated the build script into before_script and script steps
1 parent 3e168fc commit 961cd2f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ os:
1616
- osx
1717
- windows
1818

19-
script: npm run lint && npm run coverage
19+
before_script:
20+
- npm run lint
21+
22+
script:
23+
- npm run coverage
2024

2125
after_success:
2226
# send code-coverage data to Coveralls

0 commit comments

Comments
 (0)