We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a0c358 + 87b1728 commit 74391f2Copy full SHA for 74391f2
.travis.yml
@@ -1,19 +1,11 @@
1
-language: erlang
+language: elixir
2
+elixir: 1.0.0
3
otp_release:
4
- 17.0
5
- 17.1
6
- 17.3
-env:
7
- - ELIXIR="1.0.0"
8
-before_install:
9
- - wget http://s3.hex.pm/builds/elixir/v$ELIXIR.zip
10
- - unzip -d elixir v$ELIXIR.zip
11
before_script:
12
- - export PATH=`pwd`/elixir/bin:$PATH
13
- - mix local.hex --force
14
- "MIX_ENV=test mix do deps.get, compile"
15
-script:
16
- - mix test
17
after_success:
18
- MIX_ENV=test mix coveralls.travis
19
- MIX_ENV=docs mix deps.get
0 commit comments