Skip to content

Commit

Permalink
try beta trusty container on travis-ci; closes #2624
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Dec 3, 2016
1 parent babbd6b commit c49a206
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# in order to use 'trusty' dist, need this.
# see https://docs.travis-ci.com/user/trusty-ci-environment/
sudo: required
sudo: false

# trust dist provides a modern build chain (as opposed to 'precise' dist)
# which absolves us from having to install compilers and stuff
Expand Down Expand Up @@ -47,11 +45,16 @@ before_script: scripts/travis-before-script.sh

script: make $TARGET

after_script: scripts/travis-after-script.sh

notifications:
urls:
# for gitter
- secure: fUrHenYJs+pTuLtgBRoYyrlyfVekxaIGmLWq7bhUUqBj/7p5eCkQFn13LlPht0/4WWZOiPBcdTN7tKnz3Ho7ATUJhAchvOWDUgL5gtTvOzeCHbPuCvHz/VLK6hMoPdbLA45M864NDLotfHvyh62WgQaVw9iPc80eb+umaDPrYiU=
on_success: change
on_failure: always

addons:
artifacts:
debug: true
paths:
- .karma/
- ./mocha.js
9 changes: 0 additions & 9 deletions scripts/travis-after-script.sh

This file was deleted.

6 changes: 1 addition & 5 deletions scripts/travis-before-script.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#!/usr/bin/env bash
# installs awscli from pip if $S3 is set

if [ ${S3} ]
then
sudo pip install awscli
fi
mkdir -p .karma

0 comments on commit c49a206

Please sign in to comment.