Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: whitequark/glasgow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1c20279c3d7f
Choose a base ref
...
head repository: whitequark/glasgow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ed76a975e2c0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 8, 2018

  1. Copy the full SHA
    ed76a97 View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 .travis.yml
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ before_install:
- sudo apt install sdcc
install:
- "(cd vendor/libfx2/software && SDAR='sdcclib r' python setup.py install)"
- "(cd vendor && git clone git://github.com/m-labs/migen.git && cd migen && python setup.py install)"
script:
- "(cd software && python setup.py install)"
- "(cd software && python setup.py test)"