Skip to content

Commit

Permalink
Fix typo in travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Jan 21, 2014
1 parent 8e90515 commit 1e84f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: scala
script:
- sbt ++$TRAVIS_SCALA_VERSION scipted rpm/* debian/* universal/*
- sbt ++$TRAVIS_SCALA_VERSION scripted rpm/* debian/* universal/*
scala:
- 2.10.3
jdk:
Expand All @@ -10,4 +10,4 @@ notifications:
- qbranch@typesafe.com
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rpm
- sudo apt-get install -qq rpm

0 comments on commit 1e84f26

Please sign in to comment.