1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
Commit Graph

20 Commits

Author SHA1 Message Date
Anders Olsen Sandvik
6ca8ad7a42 Using Travis new container-based stack 2014-12-18 10:05:02 +01:00
Jari Bakken
da14895cb5 Fix DB url in Travis migration 2014-12-12 16:17:53 +01:00
Jari Bakken
e3a44d0a92 Use TEST_DATABASE_URL for running test against a separate DB. 2014-12-12 16:13:06 +01:00
Jari Bakken
e52c1d16fe Begin work on running tests against the database:
* Add Travis postgresql setup.
* Replace "db mocks" with a before hook that creates the same data
  through the HTTP API.
* Reset DB and re-create all fixtures for each test. We'll need
  something  better here.
* CAVEAT: no concept of a dev vs test database. Running tests will
  clear data from the currently configured database.
2014-12-12 16:12:56 +01:00
Jari Bakken
3768e544b0 Bump mocha timeout on Travis 2014-11-12 15:18:27 +01:00
Jari Bakken
5e158a52c7 Failure to report coverage should not cause build failure. 2014-11-10 16:34:20 +01:00
Jari Bakken
ada95e4070 Fix .travis.yml 2014-10-31 16:36:42 +01:00
svelovla
5b3d8b022a Removed maven build for unleash-client-java from travis 2014-10-31 13:04:47 +01:00
Jari Bakken
7d433cd332 Reduce duplication in packaga.json and run coverage as part of npm test 2014-10-27 13:35:37 +01:00
andsandv
8fdc57212a Forgot to add run to travis script 2014-10-24 15:04:07 +02:00
andsandv
321c2e1898 Only report coverage on travis build 2014-10-24 15:00:48 +02:00
Gard Rimestad
79b603b8ca updating travis to jdk8 2014-10-24 13:25:11 +02:00
Ivar Conradi Østhus
a7207d6821 travis fix script. 2014-10-21 08:51:52 +02:00
ivaosthu
a7ba21bc6e minor typo, argghh! 2014-10-21 08:47:26 +02:00
ivaosthu
c9e3f18a3e A bit of a hack to support java and node.
[1] claims that node.js is available in all envs in travis.
This setup is not optimal as we now longer controll the
node version, but could work for now.

[1] http://stackoverflow.com/questions/18456611/is-it-possible-to-set-up-travis-to-run-tests-for-several-languages
2014-10-21 08:44:12 +02:00
Gard Rimestad
f66542b1eb adding npm install to travis 2014-10-20 15:39:31 +02:00
Gard Rimestad
ea2c62ac6e s/sever/server/g 2014-10-20 15:35:13 +02:00
Gard Rimestad
f380e3f9a5 Update travis build 2014-10-20 15:14:01 +02:00
Jari Bakken
d90c5d6a95 Add HipChat notifications 2014-09-30 19:43:15 +02:00
Jari Bakken
a6c4f3aa09 Add .travis.yml 2014-09-30 19:37:59 +02:00