Skip to content

Commit 05631e8

Browse files
committed
Swap out Screwdriver for Travis to build and test as it would take
too much work to make the tests faster to fit under the 50m time limit impossed by travis and SD will let us run much longer. Signed-off-by: Chris Larsen <[email protected]>
1 parent 7ce7ecc commit 05631e8

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

screwdriver.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
shared:
2+
image: maven
3+
4+
jobs:
5+
main:
6+
steps:
7+
- run_arbitrary_script: apt-get update && apt-get install autoconf make -y && ./build.sh pom.xml && mvn clean test --quiet

0 commit comments

Comments
 (0)