Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test commit to check Travis's apt sources #233

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Test commit to check Travis's apt sources

Google has just dropped support for 32-bit Chrome, and it seems that
Travis has the Chrome repository enabled, causing build failures on our
multi-arch machines. This is a commit to check if Travis actually does
have Chrome in its sources.
  • Loading branch information
aneeshusa committed Mar 5, 2016
commit 3abb847886473d2edd380e1cc2b45405374106f0
@@ -25,20 +25,7 @@ matrix:
sudo: required
dist: trusty

before_install:
- .travis/install_salt -F -c .travis -- "${TRAVIS_OS_NAME}"

install:
- .travis/setup_salt_roots

# For debugging, check the grains reported by the Travis builder
- sudo salt-call --id="${SALT_NODE_ID}" grains.items

script:
# Minimally validate YAML and Jinja at a basic level
- sudo salt-call --id="${SALT_NODE_ID}" --retcode-passthrough state.show_highstate
# Full on installation test
- sudo salt-call --id="${SALT_NODE_ID}" --retcode-passthrough state.highstate

notifications:
webhooks: http://build.servo.org:54856/travis
- cat /etc/apt/sources.list
- ls -al /etc/apt/sources.list.d
- for f in /etc/apt/sources.list.d; do cat $f; done
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.