diff --git a/.travis.yml b/.travis.yml index 103b009..a494e27 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.3 - 5.4 - 5.5 - 5.6 diff --git a/before_script.sh b/before_script.sh index 377e67b..90f2d77 100755 --- a/before_script.sh +++ b/before_script.sh @@ -13,7 +13,7 @@ fi # latest_ref() { # Get version from master branch - MASTER=$(curl --silent https://raw.github.com/cakephp/cakephp/master/lib/Cake/VERSION.txt) + MASTER=$(curl --silent https://raw.githubusercontent.com/cakephp/cakephp/2.x/lib/Cake/VERSION.txt) MASTER=$(echo "$MASTER" | tail -1 | grep -Ei "^$CAKE_VERSION\.") if [ -n "$MASTER" ]; then echo "master"