Skip to content

Commit

Permalink
Remove git diff exit-code check from travis
Browse files Browse the repository at this point in the history
Rounding errors make this not feasible,
for now we'll check that the results can be
generated. Inspection of the Travis result
will show that the output matches.
  • Loading branch information
GjjvdBurg committed Jul 29, 2019
1 parent 0685c40 commit 6a173e7
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 @@ -8,4 +8,4 @@ before_install:

script:
- mkdir -p /home/travis/build/alan-turing-institute/results
- docker run -v /home/travis/build/alan-turing-institute/results:/CSV_Wrangling/test alan-turing-institute/csvwrangling /bin/bash -c "make output && git diff --exit-code"
- docker run -v /home/travis/build/alan-turing-institute/results:/CSV_Wrangling/test alan-turing-institute/csvwrangling /bin/bash -c "make output && git diff"

0 comments on commit 6a173e7

Please sign in to comment.