Skip to content

Commit

Permalink
trying to get CUBRID to work... on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gabordemooij committed Jun 16, 2012
1 parent 998b832 commit d68d294
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 @@ -10,7 +10,7 @@ before_script:
- /etc/profile.d/cubrid.sh
- sudo apt-get install cubrid-demodb
- sudo apt-get install php5-cubrid
- echo '/usr/share/CUBRID' | sudo pecl install pdo_cubrid
- echo '/usr/share/CUBRID' | pecl install pdo_cubrid
- sudo echo "extension=pdo_cubrid.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- /etc/profile.d/cubrid.sh
- touch /tmp/oodb.db
Expand Down

0 comments on commit d68d294

Please sign in to comment.