Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliojargas committed Mar 6, 2016
1 parent 65af217 commit 4a3f032
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ addons:
- devscripts
before_install:
# OS X: install the checkbashisms script
- test "$TRAVIS_OS_NAME" = osx && brew update
- test "$TRAVIS_OS_NAME" = osx && brew install checkbashisms
- test "$TRAVIS_OS_NAME" = osx && brew update || true
- test "$TRAVIS_OS_NAME" = osx && brew install checkbashisms || true

script:
# Run some code checkings on the script itself
- checkbashisms clitest
- checkbashisms --posix clitest
# Run the full test suite in all the supported POSIX shells
- bash clitest test.md
- ksh clitest test.md
Expand Down

0 comments on commit 4a3f032

Please # to comment.