We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219c502 commit cad2cb3Copy full SHA for cad2cb3
1 file changed
.travis.yml
@@ -18,6 +18,7 @@ addons:
18
- sourceline: 'ppa:opencpu/rapache'
19
- sourceline: 'ppa:nginx/stable'
20
packages:
21
+ - curl
22
- devscripts
23
- equivs
24
- gdebi-core
@@ -31,8 +32,10 @@ install:
31
32
- sudo gdebi --n ../opencpu-lib_*.deb
33
- sudo gdebi --n ../opencpu-server_*.deb
34
- sudo gdebi --n ../opencpu-cache_*.deb
35
+ - sudo apt-get remove -y opencpu-cache
36
-script: sudo service apache2 restart
37
+script:
38
+ - curl http://localhost/ocpu/info
39
40
after_failure:
41
0 commit comments