Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Fix travis path problem
Browse files Browse the repository at this point in the history
  • Loading branch information
James C. Scott committed Aug 13, 2015
1 parent 3a26945 commit ec5917d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ script:
- "./codecheck.sh -u"
- npm test
- go test ./...
- cd acceptance && go test -tags acceptance
- cd acceptance && go test -tags acceptance && cd ..
branches:
only:
- master
Expand Down

0 comments on commit ec5917d

Please sign in to comment.