This repository was archived by the owner on Dec 4, 2023. It is now read-only.
File tree 3 files changed +8
-22
lines changed
3 files changed +8
-22
lines changed Original file line number Diff line number Diff line change 1
- # in order to use 'trusty' dist, need this.
2
- # see https://docs.travis-ci.com/user/trusty-ci-environment/
3
- sudo : required
1
+ sudo : false
4
2
5
3
# trust dist provides a modern build chain (as opposed to 'precise' dist)
6
4
# which absolves us from having to install compilers and stuff
13
11
# phantomjs hosts binaries @ bitbucket, which has fairly restrictive
14
12
# rate-limiting. pull it from this sketchy site in China instead.
15
13
- PHANTOMJS_CDNURL='https://cnpmjs.org/downloads'
16
- # we're going to use s3 to temporarily store Karma test bundles for debugging
17
- - AWS_ACCESS_KEY_ID=AKIAJ3QQTLQXWXYJ6PTA
18
- - secure : k4musDC734E1NFOWaY5qb/l0B9K1cfusFTvMZFayTMs5ubKjeNYCgct2sDSvO5tO7Un935I0sYOOSRPvANPhs8dP1a/8/x0PnwIfnpoCFQCCaI0bWnIQj7nOZ2TaEB/fngZCerCFpNDlzqI6BmaR+XoMvA74v2YD/vVXnzvXNQk=
19
14
20
15
matrix :
21
16
fast_finish : true
@@ -47,11 +42,15 @@ before_script: scripts/travis-before-script.sh
47
42
48
43
script : make $TARGET
49
44
50
- after_script : scripts/travis-after-script.sh
51
-
52
45
notifications :
53
46
urls :
54
47
# for gitter
55
48
- secure : fUrHenYJs+pTuLtgBRoYyrlyfVekxaIGmLWq7bhUUqBj/7p5eCkQFn13LlPht0/4WWZOiPBcdTN7tKnz3Ho7ATUJhAchvOWDUgL5gtTvOzeCHbPuCvHz/VLK6hMoPdbLA45M864NDLotfHvyh62WgQaVw9iPc80eb+umaDPrYiU=
56
49
on_success : change
57
50
on_failure : always
51
+
52
+ addons :
53
+ artifacts :
54
+ paths :
55
+ - .karma/
56
+ - ./mocha.js
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- # installs awscli from pip if $S3 is set
3
2
4
- if [ ${S3} ]
5
- then
6
- sudo pip install awscli
7
- fi
3
+ mkdir -p .karma
You can’t perform that action at this time.
0 commit comments