Git Product home page Git Product logo

haxeci's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

haxeci's Issues

Specify node.js >= 4

Hi Andy,

Below is my .travis.yml file. I'm getting a node.js version issue, even though I specify the node.js version:

Module /home/travis/build/dionjwa/haxe-json-rpc/build/test/nodejs_test.js requires node.js version 4.0.0 or higher
/home/travis/build/dionjwa/haxe-json-rpc/build/test/nodejs_test.js:1376
        var out = require("child_process").execSync("haxe test/jsonrpc/cli/mock/main
                                           ^
TypeError: Object #<Object> has no method 'execSync'

Do you know how to correctly specify the node.js version? Or do you have to install it manually? If so, do you know how to do that? My attempts to install manually are not working.

language: haxe
sudo: true
# Handle git submodules yourself
git:
    submodules: false
# Use sed to replace the SSH URL with the public URL, then initialize submodules
before_install:
  - sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
  - git submodule update --init --recursive
before_script:
  - npm install
haxe:
  - "3.3.0-rc.1"
node_js:
  - "4"
hxml:
  - test/travis.hxml

How to test HashLink?

Hello @andyli, and thanks for this! ๐Ÿ˜ƒ

I'd like to make Travis test my code also for the hl target, but haven't found any info around.

Can you help with that?

version number

AFAIK, the most frustrating part of CI is inconsistent behavior between environments.

And thanks for maintaining the project that helps other protects CI flow.

Could you mind adding version number to note current commit is stable or under testing ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.