Skip to content

Commit

Permalink
fix path error in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
will-rowe committed Apr 23, 2020
1 parent e3d34bc commit 2b528c6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
sudo: required
dist: xenial

os:
- linux
- osx
- windows

language: go
go:
- 1.14.x
Expand All @@ -28,11 +22,3 @@ matrix:
script:
- cd testing
- sh run_travis_tests.sh
- os: windows
install:
- go get -d -t -v ./...
- go test -v ./...
- go build -v ./...
script:
- cd testing
- sh run_travis_tests.sh

0 comments on commit 2b528c6

Please sign in to comment.