summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-02-14 14:50:13 +0100
committerMichal Čihař <michal@cihar.com>2017-02-14 14:50:49 +0100
commita79e330e11fb893183f7f29ec2bff0fa99fb58b4 (patch)
tree5104055ac6cf35fdada6897f744ba2276fafe56a
parent2e30baf5647204fb377ffa7bbc05e4b37479ce39 (diff)
downloadsql-parser-a79e330e11fb893183f7f29ec2bff0fa99fb58b4.zip
sql-parser-a79e330e11fb893183f7f29ec2bff0fa99fb58b4.tar.gz
sql-parser-a79e330e11fb893183f7f29ec2bff0fa99fb58b4.tar.bz2
Reduce test matrix
Do not test with motranslator on all PHP versions, testing it once is good enough. Signed-off-by: Michal Čihař <michal@cihar.com>
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2297f78..ba32614 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,13 +12,15 @@ php:
env:
matrix:
- - MOTRANSLATOR=yes
- MOTRANSLATOR=no
matrix:
fast_finish: true
allow_failures:
- php: "nightly"
+ include:
+ - php: "7.0"
+ env: MOTRANSLATOR=yes
sudo: false