Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-ora2
Commits
620f55f8
Commit
620f55f8
authored
May 28, 2015
by
Ben Patterson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #703 from edx/benp/fix-travis
Fix Travis builds
parents
aeb2ff78
3b06272e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
.travis.yml
+3
-0
Makefile
+4
-4
No files found.
.travis.yml
View file @
620f55f8
...
@@ -10,5 +10,8 @@ before_script:
...
@@ -10,5 +10,8 @@ before_script:
script
:
script
:
-
"
make
test"
-
"
make
test"
-
"
python
manage.py
makemessages
-l
eo"
-
"
python
manage.py
makemessages
-l
eo"
branches
:
only
:
-
master
after_success
:
after_success
:
coveralls
coveralls
Makefile
View file @
620f55f8
...
@@ -3,14 +3,14 @@ all: install test
...
@@ -3,14 +3,14 @@ all: install test
.PHONY
:
install test
.PHONY
:
install test
install-system
:
install-system
:
sudo
apt-get update
-
y
-
qq
sudo
apt-get update
-qq
sudo
xargs
-a
apt-packages.txt apt-get install
-
y
-
qq
--fix-missing
sudo
xargs
-a
apt-packages.txt apt-get install
-qq
--fix-missing
install-node
:
install-node
:
sudo
add-apt-repository
-y
ppa:chris-lea/node.js
sudo
add-apt-repository
-y
ppa:chris-lea/node.js
sudo
apt-get update
-
y
-
qq
sudo
apt-get update
-qq
sudo
apt-get install
-
y
-
qq
nodejs
sudo
apt-get install
-qq
nodejs
install-wheels
:
install-wheels
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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