Fix travis quote issues.

This commit is contained in:
Josh Suereth 2014-05-07 11:45:45 -04:00
parent 5d5d7a6c05
commit b0018c0a42
1 changed files with 14 additions and 14 deletions

View File

@ -2,20 +2,20 @@ language: scala
script: script:
- sbt "$SCRIPTED_TEST" - sbt "$SCRIPTED_TEST"
env: env:
- SCRIPTED_TEST=scripted actions/* - SCRIPTED_TEST="scripted actions/*"
- SCRIPTED_TEST=scripted api/* - SCRIPTED_TEST="scripted api/*"
- SCRIPTED_TEST=scripted compiler-project/* - SCRIPTED_TEST="scripted compiler-project/*""
- SCRIPTED_TEST=scripted dependency-management/*1of2 - SCRIPTED_TEST="scripted dependency-management/*1of2"
- SCRIPTED_TEST=scripted dependency-management/*2of2 - SCRIPTED_TEST="scripted dependency-management/*2of2"
- SCRIPTED_TEST=scripted java/* - SCRIPTED_TEST="scripted java/*"
- SCRIPTED_TEST=scripted package/* - SCRIPTED_TEST="scripted package/*"
- SCRIPTED_TEST=scripted project/* - SCRIPTED_TEST="scripted project/*"
- SCRIPTED_TEST=scripted reporter/* - SCRIPTED_TEST="scripted reporter/*"
- SCRIPTED_TEST=scripted run/* - SCRIPTED_TEST="scripted run/*"
- SCRIPTED_TEST=scripted source-dependencies/*1of3 - SCRIPTED_TEST="scripted source-dependencies/*1of3"
- SCRIPTED_TEST=scripted source-dependencies/*2of3 - SCRIPTED_TEST="scripted source-dependencies/*2of3"
- SCRIPTED_TEST=scripted source-dependencies/*3of3 - SCRIPTED_TEST="scripted source-dependencies/*3of3"
- SCRIPTED_TEST=scripted tests/* - SCRIPTED_TEST="scripted tests/*"
- SCRIPTED_TEST=launcher/test - SCRIPTED_TEST=launcher/test
# TODO - we'd like to actually test everything, but the process library has a deadlock right now # TODO - we'd like to actually test everything, but the process library has a deadlock right now
jdk: jdk: