Skip to content

Commit

Permalink
Fix travis working directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Jan 22, 2018
1 parent b226110 commit d9218db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -30,8 +30,8 @@ before_script:
- wget http://build.berkeleybop.org/job/robot/lastSuccessfulBuild/artifact/bin/robot.jar -O bin/robot.jar
- chmod +x bin/*

# command to run tests
script: "(cd src/patterns && make test) && (cd ../.. && make test)"
# command to run tests; working directory is not altered for the second set of parentheses
script: "(cd src/patterns && make test) && (make test)"

#after_success:
# coveralls
Expand Down

0 comments on commit d9218db

Please sign in to comment.