Skip to content

Commit

Permalink
Added make clean to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Lartu committed Jul 11, 2019
1 parent 5cb35cb commit 9e84b00
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 @@ -10,5 +10,5 @@ install:
- git clone https://github.com/Lartu/ldpltest

script:
- cd src && make
- cd src && make clean && make
- cd ../ldpltest && ./compileAndRunTester.sh | grep "ALL TESTS PASSED SUCCESSFULLY"

0 comments on commit 9e84b00

Please sign in to comment.