Skip to content

Commit

Permalink
tweak .travis.yml and update used otp_release
Browse files Browse the repository at this point in the history
  • Loading branch information
optikfluffel committed Dec 15, 2014
1 parent 592cf60 commit 8765f30
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
language: erlang

otp_release:
- 17.0
- 17.3

before_install:
# Install elixir from apt-get packages
#--- Install erlang-solutions key
- wget http://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc
- sudo apt-key add erlang_solutions.asc
#- Fetch erlang-solutions soruce package
- wget http://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
- sudo dpkg -i erlang-solutions_1.0_all.deb
#- Install latest elixir
- sudo apt-get update
- sudo apt-get -y install elixir
- wget http://s3.hex.pm/builds/elixir/v1.0.2.zip
- unzip -d elixir v1.0.2.zip

before_script:
- export PATH=`pwd`/elixir/bin:$PATH
- mix local.hex --force
- cd tests
- mix deps.get
Expand Down

0 comments on commit 8765f30

Please sign in to comment.