Skip to content

Commit 4010526

Browse files
committed
travis config, try to push snaphots automatically
1 parent deb22dd commit 4010526

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.travis.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1+
# Use Docker-based container (instead of OpenVZ)
2+
sudo: false
3+
14
language: scala
5+
26
scala:
3-
- 2.11.2
7+
- 2.11.2
48

59
script:
6-
- sbt clean coverage test && sbt coverageAggregate
10+
- sbt clean coverage test && sbt coverageAggregate
711

812
after_success:
9-
- sbt coveralls
13+
- sbt coveralls
14+
- sbt 'set credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", System.getenv("SONATYPE_USER"), System.getenv("SONATYPE_PASS"))' publish
15+
16+
env:
17+
global:
18+
- secure: X+7udElsP9vnDvz8zM+0rESZQE5rCin4Iw7S0ZqaIgZth1RM+vdmFpOtV7j/YeBtJnpL1s7z9xWpnAf1PzCESp8JrApvHmxyzXC5yRYki0tf8bb9jWJmkNP8ZRAiwe1uSLwhtGGST6kMjuIBjbTlCoizhqu7/abvwZNUYn37Afs=
19+
- secure: huTySCqcSt7gBI3I8GTWZDW9wh9aMxqQWl4AwV+jewh0s4jIn++oHUJ5HmKMBOXkkcrA3fxaaI0iwAodBJ/A5nH0Ge1tx0mW1JSYikDbkMNKNvooy0R6qZziACjrJ+7ooxnP/g2g3MrSskGkkZVX7vsH6cgk5Ai4z6FBhXv0DQA=

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.8.0"
1+
version in ThisBuild := "0.8.0-SNAPSHOT"

0 commit comments

Comments
 (0)