Граф коммитов

16 Коммитов

Автор SHA1 Сообщение Дата
sam boyer a504566277 Only test against Go 1.8 on Windows
Appveyor tests take longer to run, and do so in serial. It's not worth
testing against the additional Go version when we're already capturing
that difference in Travis.
2017-06-26 23:59:16 -04:00
Dave Cheney 331c9f6796 appveyor.yml: fix failure to detect windows build errors
Updates #542

Try another way to test all the packages in this project, sans vendor/,
without accidentally swallowing the exit status.
2017-05-18 13:56:49 +10:00
Dave Cheney 528e91e077 Adjust appveyor.yml for test -> internal/test move 2017-05-11 08:58:22 +10:00
sam boyer a955a58123 Merge branch 'master' into appveyor 2017-05-10 11:52:31 -04:00
Dave Cheney 52c7a5db41 % must be escaped inside batch files 2017-05-10 15:14:57 +10:00
Dave Cheney 893d4d28a8 ok, so appveyor clearly doesn't run powershell 2017-05-10 15:08:42 +10:00
Dave Cheney 71bf668743 Adjust appveyor build script to automatically exclude vendor/ 2017-05-10 14:37:52 +10:00
Dave Cheney 5bd470ea34 adjust appveyor paths
Now does everyone see why making ./... match vendor/ was a bad idea?
2017-05-10 14:33:42 +10:00
Kris Nova a592594984 Adding DEPTESTBYPASS501 to appveyor 2017-05-02 12:00:01 -06:00
sam boyer c1968f4424 Add bzr to appveyor 2017-05-02 10:44:17 -04:00
sam boyer 0cb2fcdab6 Add subpkgs to appveyor and bzr to osx travis env 2017-05-02 10:33:48 -04:00
Edward Muller 6694017eeb Add 1.8 support for travis / appveyor 2017-02-23 12:45:59 -05:00
Miguel Molina 0acfd38c22 move command code into cmd subpackage
In this commit, the testing framework used in dep is moved to the
test package, since it's used either in dep and main.
All the code that is not part of a command has been moved to the
dep subpackage, as well as all those functions that were shared between
dep and main, since dep cannot depend on main.
Because of the movement to another package, many structs, methods and
functions have become public.
2017-01-28 01:45:37 -05:00
Andrew Gerrand f91353d8ed rename 'hoard' to 'dep' (this time for sure) 2017-01-18 16:17:23 -08:00
Andrew Gerrand ee81dced50 rename 'hoard' to 'nest' 2017-01-17 17:06:45 -08:00
Jess Frazelle 8ed935a0d5 appveyor
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-17 11:37:50 -08:00