Commit Graph

34 Commits (c651028fd76f9b92e5e90693870738de4604ca6f)

Author SHA1 Message Date
Mrugesh Mohapatra c5fd478d9a fix(deploy): misc. re-arrange scripts and organize 2019-06-21 00:53:05 +05:30
Mrugesh Mohapatra 1ca8ef755b chore: move build scripts 2019-06-16 19:47:56 +05:30
Stuart Taylor 675d6a76e4 Fix: Current challenge timeout (#35352)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.

Closes #35345

This PR resolves an issue where the `/challenges/current-challenge` request times out due to an unresolved promise.
2019-02-22 17:19:12 +05:30
Bouncey a5127aa2c4 fix(ci): There is no "afterInstall" hook 2019-02-19 14:30:27 +05:30
Bouncey 32d913ec89 fix(ci): Have travis build required files for Linting 2019-02-19 14:30:27 +05:30
Bouncey ec7df15c5f feat(ci): Define linting stage for travis 2019-02-19 14:30:27 +05:30
Stuart Taylor 81d6f15456 fix: unbreak the test command 2019-02-16 12:27:23 +05:30
Bouncey ca298e9bde fix: Revert to relative ajax urls 2019-02-16 12:27:23 +05:30
Bouncey 9fa297207d fix: Ensure env in CI 2019-02-15 14:49:53 +00:00
Stuart Taylor d0995d8b88 fix: skip install and before script
Co-Authored-By: raisedadead <1884376+raisedadead@users.noreply.github.com>
2019-02-15 10:53:55 +00:00
Mrugesh Mohapatra e9e32e06e2 fix(ci): update submodule script 2019-02-15 10:53:55 +00:00
Stuart Taylor 66f88f2082 feat: Have travis bump submodule commits in docker build repository (#35216)
- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.

Co-authored-by: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com>
2019-02-15 13:14:00 +05:30
Jaka Kranjc bd7249510d travis: container based builds have been deprecated (#34642)
We were not using sudo, but now the main images should be similarly fast. More at:
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
- [x] None of my changes are plagiarized from another source without proper attribution.
- [x] My article does not contain shortened URLs or affiliate links.
2019-01-03 14:21:06 +05:30
Mrugesh Mohapatra 4d3641ad88 fix(ci): remove isolation between ci and local test script 2018-11-01 16:06:37 +05:30
Bouncey 3ae76fe2f1 fix(ci): Run correct script in ci 2018-10-09 09:59:35 +01:00
Bouncey d2249ab01c chore(travis): Stop making travis try to build the client 2018-10-08 11:02:25 -04:00
Bouncey 62e575c6a1 fix(ci-build): Make it so, Travis 2018-10-08 11:02:25 -04:00
Bouncey c3fad016ab feat(tests): Bootstrap only on ci tests 2018-10-07 14:51:09 +05:30
Mrugesh Mohapatra 12ee5fd431 chore(ci): setup travis config 2018-09-26 23:08:45 +05:30
mrugesh mohapatra 64cda2e5eb ci: remove stale config for node 4 and below (#17012) 2018-04-03 14:25:42 +01:00
Mrugesh Mohapatra da24e83dfd chore(node): Update node version to 8x
Closes #15951
2017-11-01 01:20:55 +05:30
mrugesh mohapatra a8e2ed6b5e chore(CI): Update Travis CI Config 2017-06-05 18:14:21 +05:30
Berkeley Martinez f657c6721c Feat: Move to node 6 2016-09-28 15:32:35 -07:00
Mrugesh Mohapatra 12e75058e0 fix(travis-ci): Speed up the build for TravisCI
This commit speeds up the builds by upto 3 times than the current.
It uses npm 3 over npm 2 (travis default), and caches the
dependencies.

This is okay, because our prime two testing areas are, linting and
tests for the challenges.

NOTE: The speed up should happen from the second build,
as it will take atleast one build to cache the dependencies.
2016-08-16 12:30:43 +00:00
Nick b049d252ef FIX - Remove trailing spaces 2016-04-02 23:52:52 -04:00
Hallaathrad 9853a54a9a Replace portfolio link 2016-03-26 13:20:15 -04:00
Berkeley Martinez 921080f3d2 Add challenge testing 2015-11-01 17:22:03 -08:00
Berkeley Martinez 86344d5c9e fix travis yaml and test challenges 2015-10-02 11:19:07 -07:00
Sahat Yalkabov 9907524b6b Travis-CI test against node.js 0.10 only 2014-02-27 19:45:47 -05:00
Sahat Yalkabov 0b400bb7ae Updated travis.yml 2014-02-25 21:16:48 -05:00
Weston Platter 8d0a4aa444 ensure travis ci provides mongoDB 2014-02-24 23:29:58 -07:00
Weston Platter 4b4b4d3b8b add .travis.yml file and test Travis execution 2014-02-24 23:25:39 -07:00
Sahat Yalkabov 2410aaa74a cleaner assets structure 2013-11-14 00:46:43 -05:00
Sahat Yalkabov 56eb0e4e73 converted all auth functions to use mongoose 2013-11-14 00:15:52 -05:00