Skip to content

Commit

Permalink
Fix the way to handle a naughty value for scala option
Browse files Browse the repository at this point in the history
 - call to shell.export_line should work in scala-build
 - see also https://github.com/travis-ci/travis-worker/blob/master/lib/travis/worker/shell/helpers.rb
  • Loading branch information
gildegoma committed Apr 19, 2012
1 parent cca137b commit d50e377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: scala
scala: 'version defined in project/AkkaBuild.scala'
scala: "'version defined in project/AkkaBuild.scala'"
script: sbt test
# - sbt compile
# - sbt ";project akka-actor;test;project akka-testkit;test;project akka-actor-tests;test;project akka-remote;test;project akka-camel;test;project akka-cluster;test;project akka-slf4j;test;project akka-agent;test;project akka-transactor;test;project akka-durable-mailboxes;test;project akka-zeromq;test;project akka-docs;test"
Expand Down

0 comments on commit d50e377

Please sign in to comment.