29 Commits

Author SHA1 Message Date
Norbert de Langen
7d992a23a3 MOVE tasks to Travis 2019-07-02 18:46:23 +02:00
Norbert de Langen
ccb8e171c5 FIX 2019-07-02 17:26:33 +02:00
Norbert de Langen
a96bea9003 ADD travis 2019-07-02 16:21:03 +02:00
Norbert de Langen
299a53ac72 SWITCH to circleci over travisCI && CHANGE lerna bootstrap procedure:
- Use yarn for installation
- Hoist all dependencies to root
- Hoist known packages to root

- Test storyshots in cra-kitchen-sink
2017-07-19 08:01:50 +02:00
Michael Shilman
e4daeeac12 Don't run danger if DANGER_GITHUB_API_TOKEN is not set 2017-06-14 20:42:15 +10:00
Michael Shilman
7bb724f53a Add danger to start automating some code review tasks 2017-06-12 00:50:57 +12:00
Tom Coleman
fe2c868eec Added a vanilla React Native example app.
For #1012. Includes storyshots and the use of addon-options
2017-06-07 21:17:55 +10:00
Norbert de Langen
de14a76f7a FIX build on travis for node 8 2017-05-31 18:33:09 +02:00
Norbert de Langen
472bb081db travis CI test on node 7 2017-05-30 22:10:49 +02:00
Michael Shilman
a462d72f90 Add travis deploy key 2017-05-27 10:44:13 +10:00
Norbert de Langen
b00f125398 ADD bootstrap for docs 2017-05-26 15:08:38 +02:00
Norbert de Langen
bd016f236a ADD docs scripts 2017-05-26 14:02:54 +02:00
Norbert de Langen
a593145cd0 FIX a few things 2017-05-23 20:56:54 +02:00
Tom Coleman
b5d7247128 Set up test-cra app to use storyshots
A few things involved:

1. Remove dependencies from storyshots

Storyshots wants to plugin to the version used by the app, not have its own version. So it should probably use a peer dep; however as some deps are optional (i.e. react vs react-native) this will lead to confusing warnings to the user.

This seems like an OK approach until we hear differently from users.

2. Update test-cra's react-scripts to get it's Jest version up to date

3. Add a `mode` option to storyshots to avoid it auto-detecting if `@storybooks/react[-native]` is installed (this was breaking Jest run from the top-level).

4. Ensure that travis installs the `test-cra` properly
2017-05-21 20:44:59 +10:00
Norbert de Langen
4b9053f9c4 FIX jest 2017-05-08 23:53:38 +02:00
Norbert de Langen
205b0f8093 the test-cra was breaking the build, because it’s dependencies are not managed by lerna. 2017-04-28 13:36:05 +02:00
Norbert de Langen
eb2eb558fc CHANGE travis to cache the .cache folder 2017-04-28 00:26:46 +02:00
Norbert de Langen
783f3424f5 Revert "FIX wrong yerna package"
This reverts commit a2c7a4aea1194a397e803ca9fb7380843911812f.
2017-04-16 23:33:55 +02:00
Norbert de Langen
a2c7a4aea1 FIX wrong yerna package 2017-04-16 23:19:19 +02:00
Norbert de Langen
52ae939788 FIX travis.yml 2017-04-16 21:00:21 +02:00
Norbert de Langen
78e9e77e9d ADD coverage reporting 2017-04-16 20:28:11 +02:00
Norbert de Langen
a803c856b3 FIX test 2017-04-16 16:34:53 +02:00
Norbert de Langen
5c042e5390 ADD testing for examples 2017-04-16 15:01:17 +02:00
Norbert de Langen
d34d7182d5 CHANGE travis config to run test sections in parallel (hopefully) 2017-04-16 14:17:21 +02:00
Norbert de Langen
3dbf9e5629 CHANGE travis to test on latest node 2017-04-05 00:26:40 +02:00
Norbert de Langen
0ac020a2cb CHANGE listing to global && FIX listing errors everywhere 2017-04-02 00:22:33 +02:00
Norbert de Langen
33ba266ece ADD travis 2017-03-30 00:00:55 +02:00
Norbert de Langen
ac9948dc48 ADD & MOVE react-storybook 2017-03-29 18:08:26 +02:00
Arunoda Susiripala
554dc4f67c Add travis button
* Add travis button

* Add .travis.yml
2016-04-07 19:23:20 +05:30