Skip to content

Commit

Permalink
Explicitly called out that test runner script is in the top-level dir…
Browse files Browse the repository at this point in the history
…ectory, might help sudden travis failures
  • Loading branch information
Knetic committed Jul 10, 2016
1 parent f65ed2c commit c829088
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
@@ -1,6 +1,6 @@
language: go

script: test.sh
script: ./test.sh

go:
- 1.2
Expand Down

0 comments on commit c829088

Please sign in to comment.