Skip to content
Snippets Groups Projects
Commit da801d3b authored by Brian Carrier's avatar Brian Carrier
Browse files

fixed typo

parent 953fa74b
Branches
Tags
No related merge requests found
...@@ -25,6 +25,6 @@ install: ...@@ -25,6 +25,6 @@ install:
script: script:
- ./configure && make && make check - ./configure && make && make check
- if test ${TRAVIS_OS_NAME} = "linux"; cd release; ./release-unix.pl ci; fi - if test ${TRAVIS_OS_NAME} = "linux"; then cd release; ./release-unix.pl ci; fi
# NOTE: OS X doesn't have ant, so CI fails # NOTE: OS X doesn't have ant, so CI fails
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment