Skip to content

Commit 75aad56

Browse files
committed
Add script to .travis.yml and build.sbt to master
1 parent de60682 commit 75aad56

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ scala:
66
branches:
77
only:
88
- feature/crypto
9+
script:
10+
- sbt test
11+

build.sbt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name := "etc-client"
2+
3+
version := "0.1"
4+
5+
scalaVersion := "2.11.8"
6+
7+

0 commit comments

Comments
 (0)