Browse Source

Adds travis ci file

Viktor Söderqvist 10 years ago
parent
commit
a2cddf1022
1 changed files with 13 additions and 0 deletions
  1. 13 0
      .travis.yml

+ 13 - 0
.travis.yml

@@ -0,0 +1,13 @@
+language: erlang
+services:
+  - mysql
+before_script:
+  - mysql -e 'grant all privileges on otptest.* to otptest@localhost identified by 'otptest''
+script: 'rebar eunit'
+otp_release:
+  - 17.3
+  - 17.0
+  - R16B03-1
+  - R16B
+  - R15B03
+  - R14B04