This website requires JavaScript.
Explore
Help
Sign In
mirror
/
openseadragon
Watch
1
Star
0
Fork
0
You've already forked openseadragon
mirror of
https://github.com/openseadragon/openseadragon.git
synced
2024-11-21 20:56:09 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
7d2ceac61a
openseadragon
/
.travis.yml
7 lines
94 B
YAML
Raw
Normal View
History
Unescape
Escape
Added .travis.yml file
2013-02-15 02:23:24 +04:00
language
:
node_js
Moving to Travis containers http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade
2015-10-26 20:46:46 +03:00
sudo
:
false
Added .travis.yml file
2013-02-15 02:23:24 +04:00
node_js
:
Travis uses latest Node LTS Update CI config to use the most recent LTS. For some other possible values, see: https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#specifying-nodejs-versions
2023-02-28 22:21:10 +03:00
-
lts/*
Tell travis to install grunt before doing anything else.
2016-01-27 03:14:45 +03:00
before_install
:
Grunt fix for Travis
2013-02-22 01:20:18 +04:00
-
npm install -g grunt-cli
Reference in New Issue
Copy Permalink