Skip to content

Commit

Permalink
hmm5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob4001 committed Jan 9, 2016
1 parent 429db18 commit f523f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- nvm install $NODE_VERSION
- nvm use $NODE_VERSION
- npm install
script: npm run build:${OS_BUILD} && cat ${TRAVIS_BUILD_DIR}/dist/${OS_BUILD}/${ARTIFACT}
script: npm run build:${OS_BUILD} && du -h ${TRAVIS_BUILD_DIR}/dist/${OS_BUILD}/${ARTIFACT}
addons:
apt:
packages:
Expand Down

0 comments on commit f523f48

Please sign in to comment.