This website works better with JavaScript
Home
Explore
Help
Sign In
n4u
/
erlang-oauth
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Update travis config (add 19.2, 18.0 -> 18.3)
Tim Fletcher
8 years ago
parent
e5e07e7041
commit
e3065fa0f2
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
.travis.yml
+ 2
- 1
.travis.yml
View File
@@ -1,5 +1,6 @@
language: erlang
otp_release:
- - 18.0
+ - 19.2
+ - 18.3
- 17.5
- R16B03