Skip to content

Commit

Permalink
Update go version used.
Browse files Browse the repository at this point in the history
  • Loading branch information
criemen committed Feb 12, 2018
1 parent eace1fa commit a3ea83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
install: pip install tox coveralls

before_script:
- eval "$(gimme 1.9.2)"
- eval "$(gimme 1.9.4)"
- bash .travis/start_minio.sh
- psql -c 'create database simplekv_test;' -U postgres
- psql -c 'ALTER ROLE travis CONNECTION LIMIT -1;' -U postgres
Expand Down

0 comments on commit a3ea83a

Please sign in to comment.