Skip to content

Commit

Permalink
Add custom install section to TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
justenwalker committed Feb 18, 2016
1 parent 3a1cfdb commit 4ae8cb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ before_install:
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin

install:
- make vendor

script:
- make clean lint build
- make lint build
- make test
- make integration

0 comments on commit 4ae8cb3

Please sign in to comment.