Skip to content

Commit 1f86342

Browse files
committed
Update travis env
1 parent 0f2b800 commit 1f86342

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
language: node_js
2+
sudo: false
23
node_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
714
before_install:
8-
- sudo apt-get install imagemagick
15+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8; fi

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
simplex-noise.js is a fast simplex noise implementation in Javascript. It works in the browser and on nodejs.
55

0 commit comments

Comments
 (0)