Skip to content

Commit a8b49bb

Browse files
committed
add initial install
1 parent b0f7a46 commit a8b49bb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323
before_install:
2424
- sudo cp ./travis/de /var/lib/locales/supported.d/de
2525
- sudo dpkg-reconfigure locales
26+
- ./travis/install.sh
2627

2728
before_script:
2829
# Compile PHP

travis/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
sudo apt-get install re2c libgmp-dev libicu-dev libmcrypt-dev libtidy-dev

0 commit comments

Comments
 (0)