You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to Travis builds taking too long and timing out, the current build plan compiles and runs the tests for all exercises in a single run. This requires the following:
33
+
34
+
- A master bower is given in `etc/bower.json`. Test scripts assure this one is used when they are run
35
+
* Please only update the master one and then run `bin/update-bower.sh` to sync them up.
36
+
* After editing `etc/bower.json`, it is advisable to run `bin/check-bower.sh`. This checks for any discrepancies between various bower scripts.
37
+
- Make sure exercises have a single module in `examples/src`
38
+
39
+
See [this PR](https://github.com/exercism/purescript/pull/71) for more details and the background.
40
+
32
41
#### Reporting or fixing bugs
33
42
34
43
Typical examples for a bug: A typo, a missing test case, an unclear or
0 commit comments