diff options
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index eef4ec45d..cab50082c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ target: erlang -script: "make compile test" notifications: - disabled: true -env: - - ERL_LIBS=/usr/local/erlang/R14B03 PATH=$PATH:/usr/local/erlang/R14B03/bin
\ No newline at end of file + email: false +otp_release: + - R14B03 + - R13B04 + - R12B-5
\ No newline at end of file |