Skip to content

Commit b53b9bc

Browse files
committed
fix: Travis build after recent changes
1 parent f12bd81 commit b53b9bc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ stages:
1515
jobs:
1616
include:
1717
-
18-
name: test
19-
script: sbt test
20-
-
21-
name: formatting
22-
script: sbt check
18+
name: checkAll
19+
script: sbt checkAll
2320
# run ci-release only if previous stages passed
2421
- stage: release
2522
script: sbt ci-release

0 commit comments

Comments
 (0)