From 7a5964e8dd1f86a6f83c2587190c04f5caebacf0 Mon Sep 17 00:00:00 2001 From: javier gomez Date: Tue, 9 Jun 2015 16:19:16 +0200 Subject: [PATCH] Make travis use the new Robo function --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96e906a..fb9db7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,4 +28,4 @@ before_script: script: - mv tests/acceptance.suite.dist.yml tests/acceptance.suite.yml -- php vendor/bin/robo test:acceptance +- php vendor/bin/robo run:tests \ No newline at end of file