File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11language : node_js
2+ sudo : false
23node_js :
34 - " node"
45 - " 6"
56 - " 5"
6- - " 4"
7+ - " 4"
8+ addons :
9+ apt :
10+ sources :
11+ - ubuntu-toolchain-r-test
12+ packages :
13+ - g++-4.8
714before_install :
8- - sudo apt-get install imagemagick
15+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8; fi
Original file line number Diff line number Diff line change 11# simplex-noise.js
2- [ ![ Build Status] ( https://travis-ci.org/jwagner/simplex-noise.svg?branch=master )] ( https://travis-ci.org/jwagner/simplex-noise )
2+ [ ![ Build Status] ( https://travis-ci.org/jwagner/simplex-noise.js. svg?branch=master )] ( https://travis-ci.org/jwagner/simplex-noise.js )
33
44simplex-noise.js is a fast simplex noise implementation in Javascript. It works in the browser and on nodejs.
55
You can’t perform that action at this time.
0 commit comments