Skip to content

Commit

Permalink
fix(travis): add build script for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Heinz committed Oct 14, 2015
1 parent 271ec1d commit 176671e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ before_install:
before_script:
- npm prune
- 'curl -Lo travis_after_all.py https://git.io/vLSON'
script: "npm run build"
after_success:
- python travis_after_all.py
- export $(cat .to_export_back)
Expand Down

0 comments on commit 176671e

Please sign in to comment.