fix: Remove useless script

This commit is contained in:
1ambda 2016-11-21 12:07:28 +09:00
parent 5cdd813e15
commit a2aab1f22b

View file

@ -87,7 +87,6 @@ before_script:
script:
- mvn -Dorg.slf4j.simpleLogger.defaultLogLevel=warn $TEST_FLAG $PROFILE -B $TEST_PROJECTS
- rm -rf .node_modules; cp -r zeppelin-web/node_modules .node_modules
after_success:
- echo "Travis exited with ${TRAVIS_TEST_RESULT}"