travis: don't run the tests on macosx
overriding rb_gettimeofday and "me" doesn't work
This commit is contained in:
parent
ac4365f5a4
commit
728c3ed5cb
1 changed files with 1 additions and 1 deletions
|
@ -55,6 +55,6 @@ script:
|
|||
- bash autogen.sh
|
||||
- CC=$COMPILER ./configure --with-shared-sqlite
|
||||
- make -j4
|
||||
- make check
|
||||
- "if [ ${TRAVIS_OS_NAME} != 'osx' ]; then make check; fi"
|
||||
- make install
|
||||
- "if [ ${TRAVIS_OS_NAME} != 'osx' ]; then make -C doc/oper-guide html man info; fi"
|
||||
|
|
Loading…
Reference in a new issue