Skip to content

Commit 21fcc17

Browse files
committed
updated config
1 parent 26f8fde commit 21fcc17

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.travis.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,8 @@ php:
55
- 7.0
66
- 7.1
77

8-
9-
env:
10-
- IMAGICK="imagick-3.3.0"
11-
- IMAGICK="imagick"
12-
138
before_script:
14-
- printf "\n" | pecl install ${IMAGICK}
9+
- printf "\n" | pecl install imagick
1510
- phantomjs --webdriver=4444 --ignore-ssl-errors=true >/dev/null 2>&1 &
1611
- composer install
1712
- php vendor/bin/codecept build -c test/integration/

test/integration/tests/acceptance.suite.yml

-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
# Codeception Test Suite Configuration
2-
3-
# suite for acceptance tests.
4-
# perform tests in browser using the Selenium-like tools.
5-
# powered by Mink (http://mink.behat.org).
6-
# (tip: that's what your customer will see).
7-
# (tip: test your ajax and javascript by one of Mink drivers).
8-
9-
# RUN `build` COMMAND AFTER ADDING/REMOVING MODULES.
10-
111
class_name: WebGuy
122
modules:
133
enabled:

0 commit comments

Comments
 (0)