Skip to content

Commit

Permalink
Update from xdmod-travis to xdmod-qa
Browse files Browse the repository at this point in the history
  • Loading branch information
tyearke committed Sep 28, 2017
1 parent 228c5be commit e463366
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ chance of keeping on top of things.

## Style Guidelines (linting)

* If there exists a linter config file for some aspect of the project (e.g. `.eslintrc.json`, `.editorconfig`, `.remarkrc`) in this repo or [`xdmod-travis`](https://github.com/ubccr/xdmod-travis), please use the associated linter with the config.
* If there exists a linter config file for some aspect of the project (e.g. `.eslintrc.json`, `.editorconfig`, `.remarkrc`) in this repo or [`xdmod-qa`](https://github.com/ubccr/xdmod-qa), please use the associated linter with the config.
* If there is no applicable linter or linter config when editing a file, try to stick with its current style.
* Make sure that you fix any errors found by all configured linters (e.g. remark-lint, ESLint, phpcs).
* If an error or warning can't be fixed, please add comments to the pull/commit explaining why.
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -308,5 +308,5 @@ configuration/aggregation_meta/
# eclipse project files
/.project

# External Travis testing assets
/.travis/
# External QA assets
/.qa/
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ cache:
- /tmp/pear/cache
- $XDMOD_TEST_ARTIFACTS_MIRROR

# Obtain the shared Travis assets before using them.
before_install: git clone --depth=1 --branch="v1" https://github.com/ubccr/xdmod-travis.git .travis
# Obtain the shared QA assets before using them.
before_install: git clone --depth=1 --branch="v1" https://github.com/ubccr/xdmod-qa.git .qa

# Delegate the installation step to the shared Travis installation script
install: .travis/install.sh
install: .qa/travis/install.sh

# Delegate the build step to the shared Travis build script
script: .travis/build.sh
script: .qa/travis/build.sh

0 comments on commit e463366

Please sign in to comment.