Skip to content

Commit

Permalink
add initial install
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrael committed Dec 3, 2014
1 parent b0f7a46 commit a8b49bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
before_install:
- sudo cp ./travis/de /var/lib/locales/supported.d/de
- sudo dpkg-reconfigure locales
- ./travis/install.sh

before_script:
# Compile PHP
Expand Down
2 changes: 2 additions & 0 deletions travis/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
sudo apt-get install re2c libgmp-dev libicu-dev libmcrypt-dev libtidy-dev

0 comments on commit a8b49bb

Please sign in to comment.