Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEST PULL REQUEST don't merge #40

Closed
wants to merge 17 commits into from
Closed

TEST PULL REQUEST don't merge #40

wants to merge 17 commits into from

Commits on Mar 2, 2018

  1. spm cl error

    error: invalid target name at 'PromiseTests'; name of non-test targets cannot end in 'Tests'
    MasterSwift committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    fade84a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Set the package name back to Promises.

    Added .testTarget.path, which is needed since our project was initially created
    with Xcode and its file structure doesn't feature Tests dir, which is a
    default directory for test targets.
    Isaac Carol Weisberg committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    65f159d View commit details
    Browse the repository at this point in the history
  2. Actually changed the name of package because it was mistakenly not do…

    …ne in previous commit.
    Isaac Carol Weisberg committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    7e88c89 View commit details
    Browse the repository at this point in the history
  3. Added LinuxMain.swift

    Accidentally deleted an empty line in Package.swift
    Isaac Carol Weisberg committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    e1571b2 View commit details
    Browse the repository at this point in the history
  4. Rendered all non-portable test sources compilable

    Isaac Carol Weisberg committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    ccb59d7 View commit details
    Browse the repository at this point in the history
  5. Added ExecutionContextTests to LinuxMain cycle.

    Isaac Carol Weisberg committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    f078354 View commit details
    Browse the repository at this point in the history
  6. Mapped all of the tests to Linux cycle.

    Isaac Carol Weisberg committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    f09df3f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Updated podspect to feature a set environment variable

    Isaac Weisberg committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    3b1eb4b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. Merge branch 'travis-error' of github.com:isaac-weisberg/Promise into…

    … travis-error
    Isaac Carol Weisberg committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    8da2e71 View commit details
    Browse the repository at this point in the history
  2. Revert previous modifications to podspec

    Isaac Carol Weisberg committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    867c323 View commit details
    Browse the repository at this point in the history
  3. Updated travis config to not to use default configuration, but rather…

    … generic sudo based
    Isaac Carol Weisberg committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    540e7e9 View commit details
    Browse the repository at this point in the history
  4. Goofed environment variable

    Isaac Carol Weisberg committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    01bf7d8 View commit details
    Browse the repository at this point in the history
  5. Made spm tests linux only

    Isaac Carol Weisberg committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    e4790bb View commit details
    Browse the repository at this point in the history
  6. Changed tests target in Xcode

    Isaac Carol Weisberg committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    d5f678f View commit details
    Browse the repository at this point in the history
  7. Added sdk target iphone simulator, added showsdk command

    Isaac Carol Weisberg committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    38bad7e View commit details
    Browse the repository at this point in the history
  8. Changed at least something because travis didn't seem to notice that …

    …config changed...
    Isaac Carol Weisberg committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    14377ee View commit details
    Browse the repository at this point in the history
  9. Okay, apparently sdk parameter changes bugger all.

    Now we specify destination
    Isaac Carol Weisberg committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    409b3fa View commit details
    Browse the repository at this point in the history