Skip to content

Commit

Permalink
ci: Skip lib build in the testing stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Sep 9, 2019
1 parent 50006a3 commit 22c30fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ script:
- yarn run tslint
- yarn test
- yarn run build:demo:aot
- yarn run build:lib
- if [[ $GH_TOKEN ]]; then semantic-release --dry-run; fi;
before_cache: rm -rf ./node_modules/.cache
after_script: if [[ $GH_TOKEN ]]; then greenkeeper-lockfile-upload; fi;
Expand Down

0 comments on commit 22c30fe

Please sign in to comment.