Loading .travis.yml +5 −8 Original line number Diff line number Diff line language: c os: - linux - osx matrix: allow_failures: - os: osx language: ruby rvm: - "1.9.3" - "2.0.0" compiler: - clang - gcc install: - bundle install - bundle exec ruby ./config/travis_install.rb script: - bundle exec rake verbose ci - make all Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -202,3 +202,6 @@ run: $(UTIL_EXEC) exec java -classpath "$(CLASSPATH)" $(SIM_ADMIN) -setup -erase true $(UTIL_EXEC) noop put get delete exec pkill -f 'java.*kinetic-simulator' @echo @echo Test Utility integration tests w/ kinetic-c lib passed! @echo Loading
.travis.yml +5 −8 Original line number Diff line number Diff line language: c os: - linux - osx matrix: allow_failures: - os: osx language: ruby rvm: - "1.9.3" - "2.0.0" compiler: - clang - gcc install: - bundle install - bundle exec ruby ./config/travis_install.rb script: - bundle exec rake verbose ci - make all
Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -202,3 +202,6 @@ run: $(UTIL_EXEC) exec java -classpath "$(CLASSPATH)" $(SIM_ADMIN) -setup -erase true $(UTIL_EXEC) noop put get delete exec pkill -f 'java.*kinetic-simulator' @echo @echo Test Utility integration tests w/ kinetic-c lib passed! @echo