Skip to content

Commit

Permalink
==
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Oct 28, 2018
1 parent bdb3800 commit 1eaa3c5
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 @@ -36,4 +36,4 @@ script:
- yarn test --code-coverage

after_script:
- if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js; fi

0 comments on commit 1eaa3c5

Please sign in to comment.