Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
Merge pull request #35 from evertlammerts/master
Browse files Browse the repository at this point in the history
changes based on comments in gonum/integrate#33
  • Loading branch information
kortschak committed Nov 19, 2016
2 parents b389123 + b805087 commit 2d92489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ script:
- go get -d -t -v ./...
- go build -v ./...
- go test -v ./...
- test -z "`gofmt -d .`"
- test -z "$(gofmt -d .)"
- if [[ $TRAVIS_SECURE_ENV_VARS = "true" ]]; then bash ./.travis/test-coverage.sh; fi
4 changes: 2 additions & 2 deletions .travis/test-coverage.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

PROFILE_OUT=`pwd`/profile.out
ACC_OUT=`pwd`/acc.out
PROFILE_OUT=$PWD/profile.out
ACC_OUT=$PWD/acc.out

testCover() {
# set the return value to 0 (succesful)
Expand Down

0 comments on commit 2d92489

Please sign in to comment.