Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj committed Sep 20, 2020
1 parent bd1f60d commit 6834b19
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 16,967 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ vscode:
github:
prebuilds:
# Enable for the master/default branch (defaults to true)
master: false
master: true
# Enable for all branches in this repo (defaults to false)
branches: true
# Enable for pull requests coming from this repo (defaults to true)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"vue-template-compiler": "^2.6.11",
"vue-textarea-autosize": "^1.1.1",
"vue-toasted": "^1.1.28",
"vuex": "^3.5.1",
"webpack-bundle-analyzer": "^3.8.0"
"vuex": "^3.5.1"
}
}
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnError="false"
stopOnFailure="true"
stopOnFailure="false"
verbose="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
Expand Down
Loading

0 comments on commit 6834b19

Please sign in to comment.