builds are controlled by Ant actually, so commenting out

This commit is contained in:
Thad Guidry 2018-01-04 15:17:32 -06:00 committed by GitHub
parent eb99ed0ed2
commit d9db94dba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,10 +25,12 @@ before_build:
- cmd: echo Running scripts before build...
build_script:
- cmd: >-
echo Running refine build...
cd OpenRefine
refine build
# - cmd: >-
# echo Running refine build...
#
# cd OpenRefine
#
# refine build
test_script:
- cmd: echo Running test_script...