Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
9f94a03a
Commit
9f94a03a
authored
Mar 10, 2015
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better variable name
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
7fa08b2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
.travis.yml
.travis.yml
+10
-10
ci/install
ci/install
+1
-1
No files found.
.travis.yml
View file @
9f94a03a
...
...
@@ -13,24 +13,24 @@ python:
# build matrix configuration
env
:
matrix
:
-
CI_DEPS="Django>=1.7,<1.8" CI_LINT=1
-
CI_DEPS="Django>=1.7,<1.8" CI_DATABASE=mysql
-
CI_DEPS="Django>=1.7,<1.8" CI_DATABASE=postgresql
-
CI_DEPS="Django>=1.7,<1.8"
-
CI_DEPS="https://www.djangoproject.com/download/1.8b2/tarball/"
-
CI_DEPS="Django>=1.7,<1.8" CI_DATABASE=postgresql CI_RUN_TESTS="-p test_selenium.py" CI_SELENIUM=1
-
CI_DEPS="https://github.com/django/django/zipball/master"
-
CI_DEPS="https://github.com/translate/translate/zipball/master"
-
CI_
PIP_
DEPS="Django>=1.7,<1.8" CI_LINT=1
-
CI_
PIP_
DEPS="Django>=1.7,<1.8" CI_DATABASE=mysql
-
CI_
PIP_
DEPS="Django>=1.7,<1.8" CI_DATABASE=postgresql
-
CI_
PIP_
DEPS="Django>=1.7,<1.8"
-
CI_
PIP_
DEPS="https://www.djangoproject.com/download/1.8b2/tarball/"
-
CI_
PIP_
DEPS="Django>=1.7,<1.8" CI_DATABASE=postgresql CI_RUN_TESTS="-p test_selenium.py" CI_SELENIUM=1
-
CI_
PIP_
DEPS="https://github.com/django/django/zipball/master"
-
CI_
PIP_
DEPS="https://github.com/translate/translate/zipball/master"
global
:
-
DJANGO_SETTINGS_MODULE=weblate.settings_test
-
CI_REQUIREMENTS=travis
matrix
:
allow_failures
:
-
python
:
"
2.7"
env
:
CI_DEPS="https://github.com/django/django/zipball/master"
env
:
CI_
PIP_
DEPS="https://github.com/django/django/zipball/master"
allow_failures
:
-
python
:
"
2.7"
env
:
CI_DEPS="https://github.com/translate/translate/zipball/master"
env
:
CI_
PIP_
DEPS="https://github.com/translate/translate/zipball/master"
# commands to install dependencies
install
:
-
./ci/install
...
...
ci/install
View file @
9f94a03a
...
...
@@ -3,7 +3,7 @@
set
-e
set
-x
pip
install
$CI_DEPS
pip
install
$CI_
PIP_
DEPS
pip
install
\
-r
requirements-optional.txt
\
-r
ci/requirements-
${
CI_REQUIREMENTS
}
.txt
\
...
...
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