Browse Source

add initial install

pull/932/head
Ferenc Kovacs 12 years ago
parent
commit
a8b49bbf18
  1. 1
      .travis.yml
  2. 2
      travis/install.sh

1
.travis.yml

@ -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

2
travis/install.sh

@ -0,0 +1,2 @@
#!/bin/bash
sudo apt-get install re2c libgmp-dev libicu-dev libmcrypt-dev libtidy-dev
Loading…
Cancel
Save