Skip to content

Commit

Permalink
Merge pull request #5 from IDotD/Idrinth-patch-1
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
Idrinth authored May 27, 2018
2 parents c255780 + 6d85739 commit f594360
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@ dist: trusty
php: '7.0'
git:
depth: 3
install:
- mkdir ../tools
- composer create-project idrinth/config-check dev-master --no-dev --stability=dev --working-dir=../tools
- ll ../tools
- ll ../tools/dev-master
script: php ..tools/dev-master/check-config -vvv -w
install: composer install
script: vendor/bin/check-config -vvv -w
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Raid-Tiers
Tiers for the use with te userscript.
Tiers for the use with the userscript.

All working? [![Build Status](https://travis-ci.org/IDotD/Raid-Tiers.svg?branch=master)](https://travis-ci.org/IDotD/Raid-Tiers)
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "idotd/raid-tiers",
"require-dev": {
"idrinth/config-check": "dev-master"
}
}

0 comments on commit f594360

Please sign in to comment.