Commit Graph

17 Commits (e47e372f2cfca6d9cd5fcb2baa9289c483061dd9)

Author SHA1 Message Date
Davor Kapsa e0c79273c1
travis: update go version
1.9.x match latest patch version(1.9.2 today)
2017-12-17 12:31:21 +01:00
Priya Wadhwa ef39ac3705 upgrade to go 1.9 2017-10-24 09:28:57 -07:00
Matt Rickard 1650c59774 Add sudo to travis
The builds have been failing, sudo gives us more memory to work with.
2017-08-14 10:19:00 -07:00
Matt Rickard 575d970281 Set dist:precise on travis
We've encountered some flakes on the new travis trust build slaves.
Setting it back to dist:precise to see if this fixes them.
2017-08-09 15:20:56 -07:00
Matt Rickard b369e4b9a1 Remove sudo and specific dist from travis
This hasn't been needed for awhile.  It should make the travis builds
significantly quicker.
2017-06-29 11:34:23 -07:00
Matt Rickard f28762d7c7 Kubernetes 1.7 requires >= go1.8
Bump travis and bump darwin cross build container image
2017-06-20 10:10:18 -07:00
Nick Kubala 344f6d94dd fix broken service url unit test (#1529) 2017-05-26 10:20:06 -07:00
Matt Rickard 86bc160801 Remove libvirt dependency from travis build 2017-04-07 14:18:40 -07:00
Matt Rickard b9a115b3ae Add LocalClient to bypass RPC for drivers
This adds a new libmachine API implementation that skips RPC and instead
uses a vendored in driver directly.  This removes the need to download a
separate driver binary.  Currently, only the "core" drivers, and kvm are
supported as vendored in.  This means that xhyve is the only driver that
requires a separate binary for now.
2017-02-06 21:17:22 -08:00
Dan Lorenc 567778307e Update to go 1.7.1 2016-09-23 09:28:06 -07:00
Aaron Prindle 85ae6ea86f Added test coverage monitoring. Also added comments to test.sh changes. 2016-08-18 16:19:03 -07:00
Jimmi Dyson 80d9f93606
Fix up vanity URL for travis clone 2016-07-21 14:35:40 +01:00
dlorenc d8e2d8e2b7 Add a Makefile to replace build.sh and test.sh. 2016-05-04 14:45:06 -07:00
dlorenc 283ba20d51 Fix files with missing copyright headers. 2016-05-02 12:02:16 -07:00
Dan Lorenc 9466866593 Add gofmt check to travis. 2016-05-01 20:23:39 -07:00
Lucas Käldström 1d917c5658 Add a testing script 2016-05-01 20:42:32 +03:00
Dan Lorenc 422c107b71 Add .travis.yml. 2016-04-25 10:25:44 -07:00