Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Dec 11, 2018
1 parent 4523035 commit 461d4ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ addons:

cache: apt

before_install:
- test "$TRAVIS_OS_NAME" == "osx" && util/install-dep-osx.sh || echo "not installing osx dependencies"
#before_install:
#- test "$TRAVIS_OS_NAME" == "osx" && util/install-dep-osx.sh || echo "not installing osx dependencies"

install:
- mkdir build && pushd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
#- cmake -DCMAKE_BUILD_TYPE=Release ..

script:
#- make -j4
Expand All @@ -51,7 +51,7 @@ script:
- echo "Testing release example"
# We copy everything in this directory. The developer must update the XML to
# work with the current schema version (USUALLY just updating the numbers).
- cp -r ../util/example/ ./
- cp -r ../util/example ./
- ls -l example
- echo ../test/*.csv
- cp ../test/*.csv example
Expand Down

0 comments on commit 461d4ae

Please sign in to comment.