Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
travis build in script phase for cache to be more effective
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegn committed Oct 16, 2018
1 parent 1c920fc commit 0fd1817
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,12 @@ install:
- touch v8env.bin

script:
- echo "skipping"

before_deploy:
- cargo build --release --bin create_snapshot
- ls -lah target/release
- target/release/create_snapshot v8env/dist/v8env.js v8env.bin
- cargo build --release

before_deploy:
- strip target/release/server && strip target/release/dns
- tar czf ${RELEASE_ARCHIVE_NAME} -C target/release server dns

Expand Down

0 comments on commit 0fd1817

Please sign in to comment.