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

Commit

Permalink
removed backticks and replaced pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
Evert Lammerts committed Nov 18, 2016
1 parent 137ec3a commit 36369c4
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 @@ -41,6 +41,6 @@ install:

script:
- source ${TRAVIS_BUILD_DIR}/.travis/$TRAVIS_OS_NAME/$BLAS_LIB/test.sh
- test -z "`gofmt -d .`"
- test -z "$(gofmt -d .)"
# This is run last since it alters the tree.
- ${TRAVIS_BUILD_DIR}/.travis/check-generate.sh
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 36369c4

Please sign in to comment.