Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Ok, removing examples from Travis for good
Browse files Browse the repository at this point in the history
Now node-sass won't compile on Node 6, probably since travis nodes say
they have no C++11x compiler and node 4+ native extensions require such
a supporting compiler.

This isn't adding much value and is too much pain to manage, I'll just
keep to running the examples locally.
  • Loading branch information
amireh committed Aug 5, 2016
1 parent 5e10f29 commit bf0afbd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ install: npm install --ignore-scripts
script:
- npm run lint
- npm run test:coverage
- npm run test-examples
after_success:
- npm run coverage:ci
cache:
directories:
- node_modules
- examples/*/node_modules
- node_modules

0 comments on commit bf0afbd

Please sign in to comment.