run travis on ubuntu 14.04

This commit is contained in:
Robin Appelman 2016-12-08 15:37:23 +01:00
commit 259dc04f74
2 changed files with 11 additions and 4 deletions

View file

@ -1,6 +1,5 @@
#!/usr/bin/env bash
sudo apt-get install libsmbclient-dev libsmbclient
wget -O /tmp/libsmbclient-php.zip https://github.com/eduardok/libsmbclient-php/archive/master.zip
unzip /tmp/libsmbclient-php.zip -d /tmp
cd /tmp/libsmbclient-php-master