Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
collectd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ansible
collectd
Commits
12b78165
Commit
12b78165
authored
7 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- Use a shorter, faster install step just for pre-commit.
parent
c87f5e52
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+13
-6
13 additions, 6 deletions
.travis.yml
with
13 additions
and
6 deletions
.travis.yml
+
13
−
6
View file @
12b78165
...
...
@@ -9,7 +9,6 @@ env:
-
VBOX_MEMORY=2048
-
VBOX_HWVIRTEX=off
matrix
:
-
TOXENV=pre-commit
-
TOXENV=openbsd60
-
TOXENV=xenial
-
TOXENV=trusty
...
...
@@ -17,10 +16,7 @@ env:
-
&stretch
TOXENV=stretch
-
&jessie
TOXENV=jessie
-
TOXENV=wheezy
matrix
:
fast_finish
:
True
allow_failures
:
-
env
:
*stretch
cache
:
-
pip
-
directories
:
...
...
@@ -31,7 +27,7 @@ install:
-
sudo apt-get install -y linux-headers-$(uname -r) virtualbox
-
wget https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1_x86_64.deb
-
sudo dpkg -i vagrant_1.9.1_x86_64.deb
-
pip install tox-travis | cat
-
&pip_install
pip install tox-travis | cat
script
:
-
travis_wait 45 tox
...
...
@@ -40,3 +36,14 @@ notifications:
webhooks
:
https://galaxy.ansible.com/api/v1/notifications/
email
:
false
on_failure
:
never
matrix
:
fast_finish
:
True
allow_failures
:
-
env
:
*stretch
include
:
-
env
:
TOXENV
:
pre-commit
install
:
-
*pip_install
sudo
:
False
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment