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

fixed typo

parent 660f80e9
Branches
No related tags found
No related merge requests found
...@@ -25,5 +25,6 @@ install: ...@@ -25,5 +25,6 @@ install:
script: script:
- ./configure && make && make check - ./configure && make && make check
- f test ${TRAVIS_OS_NAME} = "linux"; cd release; ./release-unix.pl ci; fi - if test ${TRAVIS_OS_NAME} = "linux"; 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