Skip to content

Commit

Permalink
Fix Travis-CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
profitware committed Oct 9, 2017
1 parent 4c1ad4d commit 281d7f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,5 +1,4 @@
language: clojure
lein: lein2
script: lein2 test
script: lein test
jdk: oraclejdk8
sudo: false
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.ptsecurity/flower "0.1.1-SNAPSHOT"
(defproject com.ptsecurity/flower "0.1.2"
:description "Flower is a library for integration with task trackers, repositories, messaging systems and more"
:url "http://github.com/PositiveTechnologies/flower"
:license {:name "MIT License"
Expand Down

0 comments on commit 281d7f1

Please sign in to comment.