aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2015-02-28 15:41:33 -0600
committerTristan Sloughter <[email protected]>2015-04-17 09:59:43 -0500
commitc57c2dcd2484fec4bec3d97463ae5457ad6cb853 (patch)
tree42e0003ae84e6004313fe3afbf357ea076fb6dd3 /.travis.yml
parentf9c074798872d119b603dd977a946f6ad1021ba0 (diff)
downloadrelx-c57c2dcd2484fec4bec3d97463ae5457ad6cb853.tar.gz
relx-c57c2dcd2484fec4bec3d97463ae5457ad6cb853.tar.bz2
relx-c57c2dcd2484fec4bec3d97463ae5457ad6cb853.zip
update erlydtl and switch to rebar3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 52861e5..84eddbc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,17 +1,9 @@
language: erlang
otp_release:
- - 17.1
- 17.0
- R16B03-1
- - R16B03
- - R16B02
- - R16B01
- - R16B
- R15B03
- - R15B02
- - R15B01
- - R15B
-script: "make get-rebar && make rebuild"
+script: "./rebar3 ct"
branches:
only:
- master