-
Write *all* the testcases here - frontend and backend alike!
-
Research and implement the currently best approach for React and MobX testing. Then add
continuous integration using [Travis CI](https://docs.travis-ci.com/user/for-beginners).
- [ ] Test suite
-…
-
I forked from our team repository and added travis CI script and pushed. But travis keeps saying "No builds for this repository". I tried editing `README.md` file and push again and it didn't work. Is…
-
This issue will lead into https://github.com/backdrop-ops/contrib/issues/283 with some of the parts of the `.travis.yml` file abstracted to another repo.
The highlight.js library needs to be added…
-
-
Since Travis CI have gone commercial:
- They have been unhelpful in providing OSS resources for the MPS.
- Their affordable paid plans limit build concurrency, meaning long delays on getting results…
-
### 첫번째 방법 (커밋전체)
git commit -m "updated readme [skip ci]"
또는
git commit -m "updated readme [ci skip]"
-
### Development tools are useful
https://github.com/pcdshub/pcds-ci-helpers
https://github.com/pcdshub/pre-commit-hooks
-
Just a suggestion, could you setup your repository with https://travis-ci.org/ so builds can be checked? Could also have it auto upload the files created for nighly builds. Just a suggestion. Doesnt c…
-
Hi,
I am enabling ppc64le support on Travis, but its failing for both of the arch. Then i removed my changes from .travis.yml. Amd then tried to build just for AMD64 which is default. But i am getti…