Skip to content

Commit

Permalink
Fix path to apt source file
Browse files Browse the repository at this point in the history
  • Loading branch information
evtuhovich committed Mar 14, 2014
1 parent 033d148 commit d103dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rvm:
- 2.0.0
- 2.1.1
before_script:
- echo "deb http://obs.express42.com/project_root:/zabbix2.0/precise/ ./" | sudo tee /etc/apt/source.list.d/zabbix.list
- echo "deb http://obs.express42.com/project_root:/zabbix2.0/precise/ ./" | sudo tee /etc/apt/sources.list.d/zabbix.list
- sudo apt-get update; sudo apt-get install postgresql-server zabbix-server-pgsql zabbix-frontend-php
- echo "$(curl -fsSL https://gist.githubusercontent.com/evtuhovich/9544441/raw/429b3ee9b84cf0f459ef5c4c6fe8e62898b1160a/gistfile1.php)" | sudo tee /usr/share/zabbix/conf/zabbix.conf.php
script: "bundle exec rspec spec/*"

0 comments on commit d103dd1

Please sign in to comment.