Skip to content

Commit

Permalink
travis. remove tests, go module problem workaroud
Browse files Browse the repository at this point in the history
  • Loading branch information
Amygos committed Jun 10, 2019
1 parent b50bc80 commit 712b52d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ matrix:
script:
- cp $TRAVIS_BUILD_DIR/wax/testdata/config.json $TRAVIS_BUILD_DIR/sun/sun-api
- cp $TRAVIS_BUILD_DIR/wax/testdata/*png $TRAVIS_BUILD_DIR/sun/sun-api
- cd $TRAVIS_BUILD_DIR/sun/sun-api && go test
- cd $TRAVIS_BUILD_DIR/sun/sun-api && go build

- language: go
Expand All @@ -35,7 +34,6 @@ matrix:
script:
- cp $TRAVIS_BUILD_DIR/wax/testdata/config.json $TRAVIS_BUILD_DIR/wax
- cp $TRAVIS_BUILD_DIR/wax/testdata/*png $TRAVIS_BUILD_DIR/wax
- cd $TRAVIS_BUILD_DIR/wax && go test
- cd $TRAVIS_BUILD_DIR/wax && go build

- language: go
Expand Down

0 comments on commit 712b52d

Please sign in to comment.