Skip to content

Commit

Permalink
Added more tests to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cundd committed May 26, 2016
1 parent 6ad1e8b commit 5aed5aa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,10 @@ script:
rm .test-flight.json
fi
bin/test-flight $arguments src/
bin/test-flight $arguments _Home.md
bin/test-flight $arguments;
bin/test-flight $arguments src/;
bin/test-flight $arguments _Home.md;
bin/test-flight --list $arguments;
bin/test-flight --list $arguments src/;
bin/test-flight --list $arguments _Home.md;

0 comments on commit 5aed5aa

Please sign in to comment.