Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jesus Zapata
runbot_branch_remote_name_grp_feature2
Commits
be215770
Commit
be215770
authored
Oct 16, 2015
by
Moises Lopez - https://www.vauxoo.com/
Browse files
[ADD] .travis.yml: Fast travis file
parent
73c5e799
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
.travis.yml
.travis.yml
+33
-0
No files found.
.travis.yml
0 → 100644
View file @
be215770
language
:
python
sudo
:
false
python
:
-
"
2.7"
addons
:
apt
:
packages
:
-
expect-dev
# provides unbuffer utility
-
python-lxml
# because pip installation is slow
-
python-simplejson
-
python-serial
-
python-yaml
virtualenv
:
system_site_packages
:
true
env
:
-
VERSION="8.0" ODOO_REPO="vauxoo/odoo" TESTS=1 LINT_CHECK=0 ODOO_LINT=0 INCLUDE=base
-
VERSION="8.0" TESTS=0 LINT_CHECK=1 ODOO_LINT=1
install
:
-
git clone --single-branch --depth=1 https://github.com/vauxoo/maintainer-quality-tools.git -b master ${HOME}/maintainer-quality-tools
-
export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
-
travis_install_nightly
script
:
-
travis_run_tests
after_success
:
-
travis_after_tests_success
\ No newline at end of file
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