Don't redundantly make configure twice

This commit is contained in:
joeduffy 2017-09-14 14:33:33 -07:00
parent a5706e0662
commit 2a30a0f5f0

View file

@ -23,7 +23,6 @@ install:
- git clone git@github.com:pulumi/pulumi ${GOPATH}/src/github.com/pulumi/pulumi
# Now restore dependencies, build prerequisites, and generally make this thing ready to go.
- make configure
- cd $TRAVIS_BUILD_DIR/sdk/nodejs/ && make configure
before_script:
- export PATH=$TRAVIS_BUILD_DIR/sdk/nodejs/bin:$PATH
script: