UNPKG
steal-css
Version:
latest (1.3.2)
pre (1.3.0-pre.0)
rc (1.0.0-rc.0)
1.3.2
1.3.1
1.3.0
1.3.0-pre.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
1.0.0-rc.0
0.5.1
0.5.0
0.4.1
0.4.0
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
CSS plugin for StealJS
github.com/stealjs/steal-css
stealjs/steal-css
steal-css
/
.travis.yml
13 lines
(12 loc)
•
249 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
sudo:
false
language:
node_js
node_js:
node
before_install:
-
"export DISPLAY=:99.0"
-
"sh -e /etc/init.d/xvfb start"
before_script:
- npm run http-server & - sleep
2
script:
npm run eslint && npm run saucelabs
addons:
sauce_connect:
true