Skip to content

Commit

Permalink
Clean up some build/CI cruft.
Browse files Browse the repository at this point in the history
  • Loading branch information
llasram committed Apr 12, 2014
1 parent 02f58c1 commit 33fc81d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: clojure
lein: lein2
script: lein2 do clean, stable javac, all test
script: lein2 do clean, javac, all test
jdk:
- openjdk6
- openjdk7
Expand Down
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
parkour.util.shutdown.hadoop1
parkour.util.shutdown.hadoop2]
:output-dir "tmp/codox"}
:aliases {"stable" ["with-profile" "-default,+default*,+hadoop-stable"]
"few" ["with-profile" "default*,clojure-1-6-0"
:aliases {"few" ["with-profile" "default*,clojure-1-6-0"
"with-profile" "+hadoop-1-2-1:+hadoop-2-4-0"
"with-profile" "-default"]
"all" ["with-profile" "default*"
Expand Down

0 comments on commit 33fc81d

Please sign in to comment.