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 91b7eb5 + 76d0adf commit 00c2db5Copy full SHA for 00c2db5
.travis.yml
@@ -1,9 +1,11 @@
1
-language: erlang
+install:
2
+ - wget http://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
3
+ - sudo dpkg -i erlang-solutions_1.0_all.deb
4
+ - sudo apt-get update
5
+ - sudo apt-get install erlang
6
script: "make compile && rm -rf .git && make test"
7
notifications:
8
irc: "irc.freenode.org#elixir-lang"
9
recipients:
10
- [email protected]
11
-otp_release:
- - 17.0
0 commit comments