Skip to content

Commit

Permalink
Uses cd .. to go back to run dir. #7
Browse files Browse the repository at this point in the history
Slather was failing because it could not find
the .slather.yml file located in the root build
dir because the run script peforms a cd Example.
  • Loading branch information
Guido Marucci Blas committed Dec 22, 2014
1 parent e15ac95 commit 9b57fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ before_install:
script:
- cd Example && rake xbuild:clean xbuild:test
after_success:
- cd && slather
- cd .. && slather

0 comments on commit 9b57fc4

Please sign in to comment.