Skip to content

Commit a3e95d4

Browse files
authored
Update .travis.yml
1 parent f424124 commit a3e95d4

File tree

1 file changed

+33
-16
lines changed

1 file changed

+33
-16
lines changed

.travis.yml

+33-16
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,46 @@ env:
22
global:
33
- TERM=dumb
44
- secure: oP/muOICK9B+4eYo8V8AQJqJ0iqy2n9s2n+5XUJPDJh04PZdG/jRp5mpoHATdSqrCEoREuvP1HAww8mNCiZRjN1pMbKE6v6LvtuRYURpm3Uctnbgf6m3pA95upcf48TsHLPr30seQge0lwR39dx+PQ0bbsfywR81MzPu+gT2ExbxMg70MOOf2tILIGAPKkk/Zishf7an17VzgFDJZLLq8fZaKFbFE5jgA5OMU7lgSUrQadhXTgRWT6kUmt7pPByovLinzBZVl/wBbyoxcxF3HSNaLcUSgWXDTDfQHeRDblS78ERtQ+ywBEN9dPv9cwTrxgZcr5laAQjIJ22HNGyLT2gxodlxRs3awp7zY2aNsdcrnbNNSTh2gfZ2r3yd/CDkuNU46W5QsfLpvEgJlacle4JM91afCoYj2OFFSx09UHfp9kPbRwuXerhgIWuYGUwQ15dXR0csxxqLJYslDK8XucKGrPIxo8gi4+/cKeKLotR7b5VXEjdrZtRfnbWU4htYMcb+1nGItKmYyK2eFb4ShOhS2lXRhEGwzAOhn8C5MGKdABpaPLcBHcAyUpGFl76B4nRU4kXKyKPKBJoBs36eZMBYgsiKwZ8UD9id0WIHLAQInbXzvh4SbmClJV4SFwcIroKkGv+iQdRvFA21d0v1teYTHAeHot4bKVGVEaODP/M=
5-
language: node_js
6-
node_js: lts/*
75
notifications:
86
email: false
97
git:
108
quiet: true
119
depth: false
10+
language: node
11+
node_js: lts/*
12+
python: 3.7
13+
os: linux
1214
addons:
1315
apt:
1416
update: true
1517
packages:
16-
- bash
17-
- curl
18-
- fonts-liberation
19-
- libappindicator1
20-
- google-chrome-stable
18+
- curl
19+
- sudo
20+
- lsof
21+
- docker-ce
22+
- python3-pip
23+
- fonts-liberation
24+
- libappindicator1
25+
- google-chrome-stable
2126
install: true
22-
services: xvfb
2327
before_install:
24-
- export CHROME_BIN=/usr/bin/google-chrome
25-
- export DISPLAY=:99.0
26-
#
27-
- export root=$(pwd)
28-
- npm i -f -g -ED node-gyp
28+
- export DISPLAY=:99.0
29+
- |
30+
if [ ! -f ${HOME}/.local/daggerok/bash-functions/master/main.bash ] ; then
31+
mkdir -p ${HOME}/.local/daggerok/bash-functions/master ;
32+
curl -s https://raw.githubusercontent.com/daggerok/bash-functions/master/main.bash > ${HOME}/.local/daggerok/bash-functions/master/main.bash ;
33+
fi
34+
source ${HOME}/.local/daggerok/bash-functions/master/main.bash ;
35+
- stop_any 80 3000 5000 8080 5432
36+
- export PATH=$HOME/.local/bin:$PATH
37+
- pip3 install --user --upgrade pip setuptools
38+
- pip install --user --upgrade httpie
39+
#
40+
- export CHROME_BIN=/usr/bin/google-chrome
41+
- export DISPLAY=:99.0
42+
#
43+
- export root=$(pwd)
44+
- npm i -f -g -ED node-gyp
2945
jobs:
3046
include:
3147

@@ -47,9 +63,9 @@ jobs:
4763
# node_js: lts/*
4864
# name: vue-bootstrap-css
4965
# script:
50-
# - cd ${root}/vue-bootstrap-css
51-
# - npm i
52-
# - npm run predeploy
66+
# - cd ${root}/vue-bootstrap-css
67+
# - npm i
68+
# - npm run predeploy
5369

5470
- stage: test
5571
node_js: lts/*
@@ -294,5 +310,6 @@ cache:
294310
npm: true
295311
packages: true
296312
directories:
313+
- ~/.local/daggerok
297314
- node_modules/
298315
- ~/.n*

0 commit comments

Comments
 (0)