Skip to content

Commit

Permalink
Merge pull request kubernetes#11 from jimmidyson/travis-cross
Browse files Browse the repository at this point in the history
Check that cross compilation hasnt broken by building on Travis
  • Loading branch information
jimmidyson authored Jul 14, 2016
2 parents 19e9419 + f7a8471 commit e5c9777
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ branches:
- master
install:
- echo "Don't run anything."
script: make test
script:
- make test
- make cross

env:
global:
Expand Down

0 comments on commit e5c9777

Please sign in to comment.