Skip to content

Commit

Permalink
Fixes travis setup
Browse files Browse the repository at this point in the history
Travis with OS X 10.11.1
https://blog.travis-ci.com/2015-12-10-xcode-72-is-ready

Removed unused cache
Run steps from README and `make test`
  • Loading branch information
johanneswuerbach committed Dec 25, 2015
1 parent e0da749 commit 3887c75
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false

os: osx
osx_image: xcode7.2

language: go

Expand All @@ -12,12 +13,9 @@ env:
- GO15VENDOREXPERIMENT=1
- GOMAXPROCS=8

cache:
directories:
- ~/Library/Caches/Homebrew

before_install:
- go get -d -v -u github.com/zchee/docker-machine-xhyve
before_script:
- make
- make install

script:
- make install
- make test

0 comments on commit 3887c75

Please sign in to comment.