Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperes committed Aug 11, 2017
1 parent 6db0489 commit 2751b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
os:
- linux
- osx

language: bash

before_script:
Expand Down
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ function test_list() {
test_list "$complex_test_simple_obj_a_list" &&

# Output result
echo "Tests ok!" || echo "Error on execute tests!" && exit 1
echo "Tests ok!" && exit 0 || echo "Error on execute tests!" && exit 1

0 comments on commit 2751b62

Please sign in to comment.