Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anthony
memopol
Commits
9f90db67
Commit
9f90db67
authored
Oct 31, 2015
by
Jamesie Pic
Browse files
Added basic travis test
parent
75554f2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
0 → 100644
View file @
9f90db67
sudo
:
false
language
:
python
python
:
-
"
2.7"
install
:
-
pip install django
-
pip install -U pip
-
pip install -r requirements.txt
-
cp memopol/config.json.sample memopol/config.json
before_script
:
-
npm install -g bower
-
bower install
-
npm install
script
:
-
./manage.py migrate
-
node_modules/gulp/bin/gulp.js less
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment