UNPKG
@chemistry/mol3dview
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.5
2.0.4
Crystal Structure Viewer
github.com/vreshch/mol3dview
vreshch/mol3dview
@chemistry/mol3dview
/
.travis.yml
21 lines
(17 loc)
•
221 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sudo:
false
language:
node_js
node_js:
-
"7"
-
"6"
-
"5"
-
"4"
script:
- npm install - npm run build - npm run lint - npm run test
notifications:
email:
false
cache:
directories: - node_modules