Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Mar 1, 2017
1 parent 26f8fde commit 21fcc17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ php:
- 7.0
- 7.1


env:
- IMAGICK="imagick-3.3.0"
- IMAGICK="imagick"

before_script:
- printf "\n" | pecl install ${IMAGICK}
- printf "\n" | pecl install imagick
- phantomjs --webdriver=4444 --ignore-ssl-errors=true >/dev/null 2>&1 &
- composer install
- php vendor/bin/codecept build -c test/integration/
Expand Down
10 changes: 0 additions & 10 deletions test/integration/tests/acceptance.suite.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# Codeception Test Suite Configuration

# suite for acceptance tests.
# perform tests in browser using the Selenium-like tools.
# powered by Mink (http://mink.behat.org).
# (tip: that's what your customer will see).
# (tip: test your ajax and javascript by one of Mink drivers).

# RUN `build` COMMAND AFTER ADDING/REMOVING MODULES.

class_name: WebGuy
modules:
enabled:
Expand Down

0 comments on commit 21fcc17

Please sign in to comment.