Skip to content

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
reliq committed Jul 12, 2019
2 parents 2574b5b + cb654d1 commit d339372
Show file tree
Hide file tree
Showing 6 changed files with 2,345 additions and 2,374 deletions.
53 changes: 0 additions & 53 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/build
/build/*
/node_modules
/public/mix-manifest.json
/tests/resources/docs/*
Expand Down
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language: php

php:
- 7.2
- 7.3

matrix:
fast_finish: true
allow_failures:
- php: 7.3

cache:
directories:
- $HOME/.composer/cache

before_install:
- travis_retry composer self-update

install:
- travis_retry composer install --no-interaction --prefer-dist

script: ./vendor/bin/phpunit --verbose --coverage-clover=coverage.xml

after_success:
- bash <(curl -s https://codecov.io/bash)
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"ReliqArts\\Docweaver\\ServiceProvider"
],
"aliases": {
"DocweaverConfig": "ReliqArts\\Docweaver\\Helpers\\Config",
"DocweaverDocumentation": "ReliqArts\\Docweaver\\Models\\Documentation",
"DocweaverMarkdown": "ReliqArts\\Docweaver\\Helpers\\Markdown",
"DocweaverProduct": "ReliqArts\\Docweaver\\Models\\Product",
Expand Down
Loading

0 comments on commit d339372

Please sign in to comment.