Commit graph

50 commits

Author SHA1 Message Date
Eitaro Fukamachi
2b09c189f0 Enable reviewdog. 2016-10-27 03:08:12 +09:00
Eitaro Fukamachi
3ef262381f The latest Clack & Jonathan are not necessary anymore. 2016-09-23 01:14:55 +09:00
Eitaro Fukamachi
6a07817137 Update .travis.yml. 2016-02-09 22:22:34 +09:00
Eitaro Fukamachi
7ab8ac79e6 Add lack.session.store.redis for storing session data in Redis. 2016-02-09 22:05:37 +09:00
Eitaro Fukamachi
0e13680199 Stop testing with CMUCL. 2015-08-20 02:38:27 +09:00
Eitaro Fukamachi
b0ac0906ce Skip tests of lack-session-store-dbi on ECL and CLISP. 2015-08-20 02:37:37 +09:00
Eitaro Fukamachi
380d6b8f65 Move to Travis CI and add impls to run tests. 2015-08-20 02:18:25 +09:00
Eitaro Fukamachi
86bc8683a1 Stop using Travis CI. 2015-06-16 15:13:25 +09:00
Eitaro Fukamachi
866828631f Report coverage to Coveralls from CircleCI. 2015-06-16 14:39:48 +09:00
Eitaro Fukamachi
2873156d6c Use Travis CI to report coverage to Coveralls. 2015-06-16 05:57:59 +09:00
Eitaro Fukamachi
74ad7c85ae Tweak .travis.yml and circle.yml. 2015-06-16 03:52:49 +09:00
Eitaro Fukamachi
c4c37dced0 Use run-prove command to test. 2015-06-16 03:41:59 +09:00
Eitaro Fukamachi
89d85aad36 Support coverage report in ./run-test.ros. 2015-06-16 03:28:44 +09:00
Eitaro Fukamachi
5fceea7d90 Use the official master branch of Roswell. 2015-06-16 03:04:22 +09:00
Eitaro Fukamachi
66d7a5af70 Stop using Qlot with Clozure CL because ros:exec doesn't work with it. 2015-06-16 03:03:42 +09:00
Eitaro Fukamachi
e63a026e9c Ignore quicklisp/. 2015-06-16 02:56:05 +09:00
Eitaro Fukamachi
792044b473 Use fix-prefix branch of Roswell. 2015-06-15 19:20:58 +09:00
Eitaro Fukamachi
5c20dd20e5 Tweak .travis.yml and circle.yml. 2015-06-15 19:12:27 +09:00
Eitaro Fukamachi
593f8b6d88 Change the location of cl-coveralls. 2015-06-09 17:30:46 +09:00
Eitaro Fukamachi
b5c3fe44c7 Use the latest cl-coveralls. 2015-06-09 17:18:28 +09:00
Eitaro Fukamachi
3a9f8102a1 Fix the URL of Roswell installer. 2015-06-09 16:51:42 +09:00
Eitaro Fukamachi
3d112cdd9c Exclude bundle-libs/ from files to track code coverage. 2015-06-09 10:34:18 +09:00
Eitaro Fukamachi
2b5c072e73 Use the master branch of Qlot. 2015-06-09 06:02:54 +09:00
Eitaro Fukamachi
0352c54413 Tweak .travis.yml. 2015-06-09 05:57:34 +09:00
Eitaro Fukamachi
2d621cca75 Trying 'ros install qlot'. 2015-06-09 05:42:19 +09:00
Eitaro Fukamachi
4692c6a418 Use fix-subdir-asd branch of Qlot. 2015-06-09 05:12:25 +09:00
Eitaro Fukamachi
253e4f4da0 Fix .travis.yml to use the latest Qlot. 2015-06-09 01:41:38 +09:00
Eitaro Fukamachi
b4eb4d19a3 Use Qlot for versions of dependencies management. 2015-06-09 01:30:23 +09:00
Eitaro Fukamachi
7c287063a4 Use Roswell for testing. 2015-06-09 01:26:10 +09:00
Eitaro Fukamachi
0079735dff Use the latest Clack for testing. 2015-05-29 17:18:22 +09:00
Eitaro Fukamachi
c57dfc96a3 Don't need the latest HTTP-Body and CL-Coveralls anymore. 2015-05-29 17:18:22 +09:00
Andrey Kutejko
e0fd65cb63 add sudo: required to travis config 2015-05-28 13:38:46 +03:00
Eitaro Fukamachi
80a1c2d300 Fix .travis.yml. 2015-03-26 07:38:25 +09:00
Eitaro Fukamachi
1da76d2554 Exclude test files. 2015-03-26 07:20:49 +09:00
Eitaro Fukamachi
ec22fa208f Test without HTTP requests. 2015-03-22 14:30:53 +09:00
Eitaro Fukamachi
8b38515ebf No need to load all project systems with the latest cl-coveralls anymore. 2015-03-22 11:30:22 +09:00
Eitaro Fukamachi
40870596a1 Use ql:quickload instead of asdf:load-system for installing dependencies automatically. 2015-03-22 00:29:28 +09:00
Eitaro Fukamachi
932c74f104 Fix .travis.yml. $TRAVIS_BUILD_DIR may be a directory pathname without a slash at the last. 2015-03-22 00:24:44 +09:00
Eitaro Fukamachi
ed95dbaed1 Fix .travis.yml. 2015-03-22 00:16:17 +09:00
Eitaro Fukamachi
7a19bc15ce Tweak .travis.yml. 2015-03-21 02:08:56 +09:00
Eitaro Fukamachi
1dc0507cc9 Load all systems before running tests. This would drop the coverage rate. 2015-03-21 01:43:13 +09:00
Eitaro Fukamachi
f7cbf613a8 Run tests of lack-middleware-csrf. 2015-03-21 01:12:11 +09:00
Eitaro Fukamachi
0c22e29100 Report test coverage to Coveralls. 2015-03-19 11:54:03 +09:00
Eitaro Fukamachi
dad6bb902a Run tests for lack.middleware.session. 2015-03-18 15:34:52 +09:00
Eitaro Fukamachi
b4b269540c Use the latest HTTP-Body. 2015-03-12 21:33:08 +09:00
Eitaro Fukamachi
05a470d6a8 Dexador requires the latest fast-http, QURI and cl-cookie. 2015-03-10 23:25:25 +09:00
Eitaro Fukamachi
4b07395865 Run all tests in a single process. 2015-03-07 04:43:16 +09:00
Eitaro Fukamachi
48ddea02bd Run tests only on SBCL and CCL. 2015-03-07 04:43:01 +09:00
Eitaro Fukamachi
e005f194a4 Tests require Dexador. 2015-03-07 04:29:29 +09:00
Eitaro Fukamachi
a1b155fa1c Add .travis.yml. 2015-03-07 04:28:37 +09:00