File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
3
3
go :
4
+ - 1.4
4
5
- 1.5
5
6
- 1.6
6
7
- 1.7
@@ -26,11 +27,10 @@ services:
26
27
before_install :
27
28
# TRAVIS_OS_NAME - linux and osx
28
29
- echo $TRAVIS_OS_NAME
29
- - ' if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install memcached redis && brew services start redis && brew services start memcached; fi'
30
- # - 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew services start redis-server && brew services start memcached; fi'
31
- # - 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then nohup /usr/local/opt/memcached/bin/memcached & fi'
32
- # - 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then nohup redis-server /usr/local/etc/redis.conf & fi'
33
- # - 'if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then sudo start redis-server & fi'
30
+ - |
31
+ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
32
+ brew update && brew install memcached redis && brew services start redis && brew services start memcached
33
+ fi
34
34
- redis-server --daemonize yes
35
35
- redis-cli info
36
36
You can’t perform that action at this time.
0 commit comments