Skip to content

Commit 8bcc5a1

Browse files
committed
Fix travis build
1 parent 14df2ca commit 8bcc5a1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
76

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"autoload": {
2626
"psr-4": {
2727
"Automate\\": "src/Automate",
28-
"Automate\\Tests": "tests/Automate"
28+
"Automate\\Tests\\": "tests/Automate"
2929

3030
}
3131
}

0 commit comments

Comments
 (0)