Merge pull request #49 from johnweldon/remove-go1.2-dependency

Fix travis build file to match reality
This commit is contained in:
Matthias Kadenbach 2015-09-14 10:18:21 -07:00
commit c848ca946e
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- tip
addons:
@ -17,4 +18,4 @@ before_script:
- psql -c 'create database migratetest;' -U postgres
- mysql -e 'create database migratetest;'
script: go test -p 1 ./...
script: go test -p 1 ./...