Index: .travis.yml
===================================================================
--- .travis.yml	(revision 10399)
+++ .travis.yml	(working copy)
@@ -12,6 +12,7 @@
     - 5.4
     - 5.5
     - 5.6
+    - 7.0
 
 # WordPress comes from the Git mirror, where 'master' mirrors svn 'trunk' and
 # x.y mirrors the latest from the x.y branch
@@ -29,6 +30,17 @@
   include:
     - php: nightly
       env: WP_VERSION=master
+  exclude:
+    - php: 7.0
+      env: WP_VERSION=4.2
+    - php: 7.0
+      env: WP_VERSION=4.1
+    - php: 7.0
+      env: WP_VERSION=4.0
+    - php: 7.0
+      env: WP_VERSION=3.9
+    - php: 7.0
+      env: WP_VERSION=3.8
   allow_failures:
     - php: nightly
 
