Skip to content

Commit

Permalink
add ci to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kwelch committed May 7, 2018
1 parent 863a863 commit 02d1bee
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 @@ -9,5 +9,5 @@ cache: yarn
# Run the the validate script
# Temporarily also run the build script to make sure it works
# (will move this to the release step once that's implemented)
script: yarn run validate --ci && yarn run build
script: yarn run validate --ci && yarn run build --ci

0 comments on commit 02d1bee

Please sign in to comment.