Skip to content

Commit 5774022

Browse files
committed
switching to GitHubActions, removing Travis
1 parent d880313 commit 5774022

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed

.github/workflows/php.yml renamed to .github/workflows/webdriver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP Composer
1+
name: WebDriver Tests
22

33
on:
44
push:
@@ -33,7 +33,7 @@ jobs:
3333

3434
- run: php ./vendor/bin/codecept build
3535
- name: Start dev server
36-
run: php -S 127.0.0.1:8000 -t tests/data/app >/dev/null 2>&1 &'
36+
run: php -S 127.0.0.1:8000 -t tests/data/app >/dev/null 2>&1 &
3737

3838
- name: Tests
3939
run: php ./vendor/bin/codecept run

.travis.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WebDriver module for Codeception
22

3-
[![Build Status](https://travis-ci.org/Codeception/module-webdriver.svg?branch=master)](https://travis-ci.org/Codeception/module-webdriver)
3+
[![WebDriver Tests](https://github.com/Codeception/module-webdriver/actions/workflows/php.yml/badge.svg)](https://github.com/Codeception/module-webdriver/actions/workflows/php.yml)
44

55
## Installation
66

0 commit comments

Comments
 (0)