Skip to content

Commit 3c8b9c0

Browse files
committed
Fix Travis CI stage names
1 parent 7286aac commit 3c8b9c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jdk: openjdk8
1313

1414
jobs:
1515
include:
16-
- name: test
16+
- stage: test
1717
if: (NOT branch =~ /^release\/.*$/)
1818
# When running scripted tests targeting multiple SBT versions, we must first publish locally for all SBT versions
1919
script: sbt "^ publishLocal" "^ scripted"
20-
- name: release
20+
- stage: release
2121
if: (branch =~ /^release\/.*$/)
2222
env:
2323
- BINTRAY_USER=daniel-shuy

0 commit comments

Comments
 (0)