Skip to content

Commit

Permalink
uncommenting test_tic_toc for OSX (if OK, fixes #482)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Feb 9, 2020
1 parent 46c50f8 commit b8939d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -54,7 +54,6 @@ before_install:
- $SEDCMD '/test_rounding.pro/d' testsuite/Makefile.am # TODO!
- $SEDCMD '/test_simplex.pro/d' testsuite/Makefile.am # TODO!
- $SEDCMD '/test_step.pro/d' testsuite/Makefile.am # TODO!
- if [ $TRAVIS_OS_NAME == osx ]; then $SEDCMD '/test_tic_toc.pro/d' testsuite/Makefile.am; fi # TODO! fails on OSX, e.g. https://travis-ci.org/gnudatalanguage/gdl/jobs/440977990
- $SEDCMD '/test_typename.pro/d' testsuite/Makefile.am # TODO!
- $SEDCMD '/test_wait.pro/d' testsuite/Makefile.am # TODO!

Expand Down

0 comments on commit b8939d2

Please sign in to comment.