Skip to content

Commit

Permalink
optimized ci configs
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Peter committed Apr 7, 2017
1 parent d31c04e commit e28823b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,11 +3,11 @@ os:
- linux
#- osx
elixir:
- 1.3.4
- 1.3.2
- 1.3
- 1.4
otp_release:
- 18.2
- 19
script:
- MIX_ENV=test mix test --trace
after_success:
Expand Down
5 changes: 0 additions & 5 deletions appveyor.yml
Expand Up @@ -6,11 +6,6 @@ shallow_clone: true

# Install scripts. (runs after repo cloning)
install:
# Install the Redis
- nuget install redis-64 -excludeversion
- redis-64\tools\redis-server.exe --service-install
- redis-64\tools\redis-server.exe --service-start
- '@ECHO Redis Started'
# Install elixir
- cinst elixir
- cinst mingw
Expand Down

0 comments on commit e28823b

Please sign in to comment.