Skip to content

Commit

Permalink
Create simple travis script to verify basics (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky authored and craig-willis committed Jun 22, 2018
1 parent 534e2cd commit fae8190
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Run workbench in minikube
sudo: required

script:
- cd apiserver; docker build -t apiserver .

0 comments on commit fae8190

Please sign in to comment.