Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 5302d8b

Browse files
authored
Merge pull request #116 from bblfsh/revert-115-fix/travis
Revert "Fix travis, test now does integration tests"
2 parents 36a7ca6 + cc21dd1 commit 5302d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_script:
1212
- go get -v -t ./...
1313

1414
script:
15-
- make test
15+
- make test integration-test
1616

1717
after_success:
1818
- make push

0 commit comments

Comments
 (0)