Skip to content

Commit c772e30

Browse files
Merge pull request #4 from Staffjoy/travis
Switch from CircleCI to TravisCI
2 parents 1d620e2 + 0a32480 commit c772e30

File tree

3 files changed

+11
-28
lines changed

3 files changed

+11
-28
lines changed

.travis.yml

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
dist: trusty
2-
sudo: false
2+
sudo: required
33
language: python
44
python:
5-
- '2.7'
5+
- '2.7'
6+
addons:
7+
apt:
8+
packages:
9+
- mysql-server-5.6
10+
- mysql-client-core-5.6
11+
- mysql-client-5.6
612
services:
713
- mysql
814
- redis
915
env:
1016
global:
1117
- ENV=test
1218
- PYTHONPATH="$TRAVIS_BUILD_DIR"
13-
- TEST_DATABASE_URL="mysql://travis:@127.0.0.1/test"
19+
- TEST_DATABASE_URL="mysql://root@localhost/test"
1420
before_install:
1521
- mysql -e 'CREATE DATABASE test;'
1622
install:
1723
- make build
1824
- make db-deploy
1925
- python test-sudo.py
2026
- python main.py runtestserver&
21-
script: make test
27+
script: make test

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Suite, aka Staffjoy V1
22

3-
[![CircleCI](https://circleci.com/gh/Staffjoy/suite/tree/master.svg?style=svg)](https://circleci.com/gh/Staffjoy/suite/tree/master) [![Moonlight](https://img.shields.io/badge/Contractors-1-brightgreen.svg)](https://moonlightwork.com/staffjoy)
3+
[![Build Status](https://travis-ci.org/Staffjoy/suite.svg?branch=master)](https://travis-ci.org/Staffjoy/suite) [![Moonlight](https://img.shields.io/badge/Contractors-1-brightgreen.svg)](https://moonlightwork.com/staffjoy)
44

55
[Staffjoy is shutting down](https://blog.staffjoy.com/staffjoy-is-shutting-down-39f7b5d66ef6#.ldsdqb1kp), so we are open-sourcing our code. This version of our V1, intended for on-demand companies and call centers, has been heavily modified so that Staffjoy customers may continue using the software.
66

circle.yml

-23
This file was deleted.

0 commit comments

Comments
 (0)