UNPKG
postcss-tape
Version:
latest (6.0.1)
rc1 (3.0.0)
6.0.1
6.0.0
5.0.2
5.0.1
5.0.0
4.0.0
3.0.0
3.0.0-rc.2
2.2.0
2.1.0
2.0.1
2.0.0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
Quickly test PostCSS plugins
github.com/csstools/postcss-tape
csstools/postcss-tape
postcss-tape
/
.travis.yml
19 lines
(14 loc)
•
256 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# https://docs.travis-ci.com/user/travis-lint
language: node
_js os: - windows - linux - osx node_
js:
-
10
-
12
-
14 install:
-
git config --global core.autocrlf false
-
git checkout -qf ${TRAVIS
_COMMIT} - npm install --ignore-scripts