Skip to content

Commit f7b03cf

Browse files
author
Stephen Fraser
committed
feat($utility): Actually builds the utility
BREAKING CHANGE: Changes entire package, because I forgot to build
1 parent 168805f commit f7b03cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: node_js
33
cache:
44
directories:
55
- node_modules
6+
- $HOME/.npm
67

78
notifications:
89
email: false
@@ -17,9 +18,11 @@ before_install:
1718
before_script:
1819
- npm prune
1920

21+
script:
22+
- npm run build
23+
2024
after_success:
2125
- npm run semantic-release
22-
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
2326
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
2427

2528
branches:

0 commit comments

Comments
 (0)