Skip to content

Commit

Permalink
run unit tests before build
Browse files Browse the repository at this point in the history
  • Loading branch information
auhlig committed Nov 30, 2017
1 parent c1afa55 commit 11a2981
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 @@ -13,7 +13,7 @@ before_script:
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce

script:
- make pull build gh-pages
- make test pull build gh-pages

after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
Expand Down

0 comments on commit 11a2981

Please sign in to comment.