From e74c584861e5a6f2dc747c9963b5b61dc2fe31c2 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 23 Jun 2014 20:43:51 +0200 Subject: [PATCH] Run wpt on Travis. --- travis.osx.install.deps.sh | 2 ++ travis.osx.script.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/travis.osx.install.deps.sh b/travis.osx.install.deps.sh index 9833b2c39a5..538db74d8fc 100755 --- a/travis.osx.install.deps.sh +++ b/travis.osx.install.deps.sh @@ -1,2 +1,4 @@ brew install https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb brew install automake libtool pkg-config +brew install python +pip install virtualenv diff --git a/travis.osx.script.sh b/travis.osx.script.sh index 5058acb8d20..2fafa61bcf4 100755 --- a/travis.osx.script.sh +++ b/travis.osx.script.sh @@ -1,3 +1,4 @@ cd build ../configure make tidy && make -j2 && make check-servo && make check-content && make check-ref-cpu +WPTARGS="--processes=4" make check-wpt